OSDN Git Service

* gcc/config/i386/cpuid.h: New file.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / 20001228-1.c
1 void rof(void)
2 {
3   union { int a; } u;
4   for (u.a = 0; u; u.a++)  /* { dg-error "used union" } */
5     ;
6 }