URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [treelang/] [compile/] [autofunc.tree] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
automatic int bar (); // { dg-error "automatic" }
bar () {
return -12;
}
Go to most recent revision | Compare with Previous | Blame | View Log