URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr37645.c] - Rev 318
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/37645 */ /* { dg-do compile } */ typedef int T __attribute__((__weakref__ ("U"))); /* { dg-warning "attribute ignored" } */ void foo (int i __attribute__((__weakref__ ("j")))); /* { dg-warning "attribute ignored" } */
Go to most recent revision | Compare with Previous | Blame | View Log