aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/zerolen-2.x
blob: cee203d27bb58796e15fdb252d92022690fd217e (plain)
1
2
3
4
5
6
7
if [istarget "epiphany-*-*"] {
    # This test assumes the absence of larger-than-word padding.
    # to make this true for struct foo on epiphany would require
    # __attribute__((packed,aligned(__alignof__(word)))) .
    return 1
}
return 0