1 /* PR optimization/13318 */
2 /* Origin: <bremner@unb.ca> */
3 /* Reduced testcase: Wolfgang Bangerth <bangerth@dealii.org> */
5 /* Verify that the big multiplier doesn't cause an integer
6 overflow in the loop optimizer. */
8 /* { dg-do compile } */
9 /* { dg-options "-O2" } */
21 cell
->key
=i
*(0xffffffffUL
/2);