URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [noncompile/] [incomplete-2.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* Origin: <steven@gcc.gnu.org> Make sure we do not ICE when the type in the function argument list is incomplete (Bug 10602). */ /* { dg-options "-w" } */ int g95_type_for_mode (enum machine_mode); int g95_type_for_mode (enum machine_mode mode) /* { dg-error "incomplete type" } */ { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log