aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/builtins/stpcpy-chk.x
blob: e976a755ba00d15628e8f2ef5914e03a628837b8 (plain)
1
2
3
4
5
6
7
if [istarget "epiphany-*-*"] {
    # This test assumes the absence of struct padding.
    # to make this true for test4 struct A on epiphany would require
    # __attribute__((packed)) .
    return 1
}
return 0