URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [parm-impl-decl-2.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test implicit function declarations and other odd declarations in function prototypes. Make sure that LABEL_DECLs don't occur. */ /* Origin: Joseph Myers <joseph@codesourcery.com> */ /* { dg-do compile } */ /* { dg-options "" } */ int k (int [sizeof &&z]); /* { dg-error "error: label 'z' referenced outside of any function" } */
Go to most recent revision | Compare with Previous | Blame | View Log