URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [attr-alias-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c++/12795 */ /* { dg-require-alias "" } */ void foo() { extern void bar () __attribute__ ((__alias__ ("BAR"))); /* { dg-warning "ignored" } */ bar (); }
Go to most recent revision | Compare with Previous | Blame | View Log