URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [noncompile/] [20020130-1.c] - Rev 298
Compare with Previous | Blame | View Log
/* Test for ICE when using typedef for bad type. */ /* Origin: Joseph Myers <jsm28@cam.ac.uk>. */ void foo (void) { typedef int t[x]; /* { dg-error "undeclared|function" "x undeclared" } */ t bar; }