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