PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / ia64 / float80-2.c
blob346daa7bab2d68d1f733133f22838ff0836d0b39
1 /* Bug 14610 */
2 /* { dg-do run } */
3 /* { dg-options "-minline-int-divide-max-throughput" } */
5 extern void abort(void);
6 volatile int j = 30;
8 int main(void)
10 if (29 % j != 29) abort();
11 if (30 % j != 0) abort();
12 return 0;