IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / pr35746.c
blobc04053f596fc6e81665133f0a6c5317982cb7a68
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu99" } */
4 int foo(int i);
6 void bar()
8 __complex__ int i;
9 X j; /* { dg-error "undeclared|expected" } */
10 /* { dg-message "undeclared identifier is reported only once" "reminder" { target *-*-* } 9 } */
11 if (i = foo(j)) /* { dg-error "undeclared" } */