OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / 20011025-1.c
1 double foo [] =
2 { &bar,         /* { dg-error "undeclared|is not constant|near init" } */
3   (void *) 0 }; /* { dg-error "incompatible types|is not constant|near init" } */
4 double baz [] =
5 { (void *) 0 }; /* { dg-error "incompatible types|is not constant|near init" } */