OSDN Git Service

Target Hook to issue diagnostics for AltiVec argument to funtion
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / ia64-float80-2.c
1 /* Bug 14610 */
2 /* { dg-do run { target ia64-*-* } } */
3 /* { dg-options "-minline-int-divide-max-throughput" } */
4
5 extern void abort(void);
6 volatile int j = 30;
7
8 int main(void)
9 {
10   if (29 % j != 29) abort();
11   if (30 % j != 0)  abort();
12   return 0;
13 }