URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [Wattributes-2.c] - Rev 816
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options -Wno-attributes } */ void __attribute__((dj)) foo() { } /* { dg-bogus "attribute directive ignored" } */ int j __attribute__((unrecognized)); /* { dg-bogus "attribute directive ignored" } */