URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr35443.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/35443 */ /* { dg-options "" } */ /* { dg-bogus "not supported by" "" { target *-*-* } 0 } */ void foo () { ({ int i; i; })(); /* { dg-error "is not a function" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log