2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / spe1.c
blob9ce56e08d547635186dc9bf659c30dd35b833bd8
1 /* { dg-do compile { target powerpc-*-eabi* } } */
2 /* { dg-options "-mcpu=8540 -mabi=spe -O0" } */
4 /* (Test with -O0 so we don't optimize any of them away). */
7 typedef float __attribute__((vector_size(8))) __ev64_fs__;
9 static __ev64_opaque__ Foo (void);
11 void Bar ()
13 __ev64_fs__ fs = Foo ();