URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [noncompile/] [20020130-1.c] - Rev 816
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; }