URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [darwin-weakimport-3.c] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target *-*-darwin* } } */ /* { dg-options "-fno-asynchronous-unwind-tables" } */ /* { dg-require-weak "" } */ /* { dg-final { scan-assembler-not "coalesced" } } */ extern void foo(void) __attribute__((weak_import)); void foo(void) { }
Go to most recent revision | Compare with Previous | Blame | View Log