* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20081203-1.c
blob713235ff50fabdbfe54fbce62dacca1a33eb9b1c
1 /* PR rtl-optimization/38281 */
2 /* Reporter: John Regehr <regehr@cs.utah.edu> */
3 /* Testcase by Jakub Jelinek <jakub@redhat.com> */
5 inline unsigned short
6 foo (unsigned short x, unsigned short y)
8 if (y == 0)
9 return x;
10 return x / y;
13 unsigned short a, b, c;
15 extern int baz (int, int);
17 void
18 bar (void)
20 int d = 0x3D75D162;
21 a = foo (b > d, baz (0, 1));
22 for (c = 0; c; c = 1)