URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [asm-pr24146.c] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* Test that asm with no outputs are treated as volatile. */ void f(int x) { __asm__ ("extended asm not discarded" : : "r" (x)); } void g (void) { __asm__ ("simple asm not discarded"); } /* { dg-final { scan-assembler "extended asm not discarded" } } */ /* { dg-final { scan-assembler "simple asm not discarded" } } */
Go to most recent revision | Compare with Previous | Blame | View Log