URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [treelang/] [compile/] [autofunc.tree] - Rev 26
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