2013-07-26 Joern Rennecke <joern.renne...@embecosm.com>
* gcc.c-torture/execute/builtins/stpcpy-chk.x: New file. Index: gcc.c-torture/execute/builtins/stpncpy-chk.x =================================================================== --- gcc.c-torture/execute/builtins/stpncpy-chk.x (revision 0) +++ gcc.c-torture/execute/builtins/stpncpy-chk.x (working copy) @@ -0,0 +1,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