aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/920710-1.x
blob: b7612f78787241e3435a6463409b8dd06f2b618b (plain)
1
2
3
4
5
6
# h8300 does not have long long
if { [istarget "h8300-*-*"] } {
        return 1;
}

return 0