URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.target/] [alpha/] [20011018-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target alpha*-*-* } } */ /* { dg-options "-O2 -mieee" } */ double foo (void); void bar (float, float); void test (void) { float f, g; f = foo(); g = foo(); asm (""); bar (f, g); }
Go to most recent revision | Compare with Previous | Blame | View Log