URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [20040920-1.c] - Rev 298
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