OSDN Git Service

testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 20030222-1.x
1 if [istarget "spu-*-*"] {
2     # Using inline assembly to convert long long to int is not working quite
3     # right # on the SPU.  An extra shift-left-4-byte is needed.
4     return 1
5 }
6 return 0