URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr25993.c] - Rev 846
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */ /* { dg-skip-if "" { "*-*-darwin*" } { "*" } { "" } } */ /* { dg-options "-std=c99 -x assembler-with-cpp" } */ #ifndef __ASSEMBLER__ extern int func(void); #else .global func .type func,%function .align 4 func: ret .size func,.-func #endif
Go to most recent revision | Compare with Previous | Blame | View Log