URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [max-stack-align.c] - Rev 704
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target { ! { ia32 } } } } */ /* { dg-options "-fomit-frame-pointer" } */ void foo() { int a=0, b=0, c=0, e=0, f=0, g=0, h=0, i=0; __asm__ __volatile__ ("" : : : "bp" ); }
Go to most recent revision | Compare with Previous | Blame | View Log