2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr46178.c
blob661e3fd9eac86f3910291976d0ae255828b12906
1 /* { dg-do compile } */
2 /* { dg-options "-O -m8bit-idiv -fira-algorithm=priority" } */
3 /* This is the same as divmod-5.c, just with different options which
4 trigger an ICE. We don't look at the output. */
6 extern void foo (int, int, int, int, int, int);
8 void
9 bar (int x, int y)
11 foo (0, 0, 0, 0, x / y, x % y);