URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [union-m128-1_main.c] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-O" } */ #ifdef __x86_64__ /* Test function argument passing. PR target/15301. */ extern void union_m128_1_x (void); extern void exit (int); int main () { union_m128_1_x (); exit (0); } #else int main () { return 0; } #endif
Go to most recent revision | Compare with Previous | Blame | View Log