URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [ppc-spe64-1.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test that SPE targets do not permit -m64. */ /* Origin: Joseph Myers <joseph@codesourcery.com> */ /* { dg-do compile { target powerpc-*-*spe } } */ /* { dg-options "-m64" } */ /* { dg-error "-m64 not supported in this configuration" "SPE not 64-bit" { target *-*-* } 0 } */ /* { dg-error "64-bit E500 not supported" "64-bit E500" { target *-*-* } 0 } */
Go to most recent revision | Compare with Previous | Blame | View Log