URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [spe-small-data-2.c] - Rev 329
Go to most recent revision | Compare with Previous | Blame | View Log
/* Verify that we don't ICE trying to put float data in .sdata2. */ /* { dg-do run { target { powerpc*-*-linux* && powerpc_spe } } } */ /* { dg-options "-msdata=eabi -mcall-eabi -G 8" } */ double x; int main(void) { x = x * 2; return(0); }
Go to most recent revision | Compare with Previous | Blame | View Log