URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [spe1.c] - Rev 154
Compare with Previous | Blame | View Log
/* { dg-do compile { target powerpc-*-eabi* } } */ /* { dg-options "-mcpu=8540 -mabi=spe -O0" } */ /* (Test with -O0 so we don't optimize any of them away). */ typedef float __attribute__((vector_size(8))) __ev64_fs__; static __ev64_opaque__ Foo (void); void Bar () { __ev64_fs__ fs = Foo (); }