URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [Wattributes-1.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options -Wattributes } */ void __attribute__((dj)) foo() { } /* { dg-warning "attribute directive ignored" } */ int j __attribute__((unrecognized)); /* { dg-warning "attribute directive ignored" } */
Go to most recent revision | Compare with Previous | Blame | View Log