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