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