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.5.1/] [gcc/] [testsuite/] [gcc.dg/] [20040920-1.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ int bob; struct a { int foo; }; int main(void) { struct a bar; bob(5); /* { dg-error "called object 'bob' is not a function" } */ bar.foo(); /* { dg-error "called object 'bar.foo' is not a function" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log