URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20090914-2_0.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-do run } */ /* { dg-skip-if "x86 only" { ! { x86_64-*-* i?86-*-* } } { "*" } { "" } } */ /* { dg-skip-if "no .type" { *-*-darwin* } { "*" } { "" } } */ /* Doesn't work without this dummy function with -fwhopr. */ int foo(void) { } asm(".text\n" ".globl main\n" "\t.type main,@function\n" "main:\n" "\txorl %eax, %eax\n" "\tret\n");
Go to most recent revision | Compare with Previous | Blame | View Log