modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/builtins/mempcpy-chk.x (about)

     1  load_lib target-supports.exp
     2  
     3  if { ! [check_effective_target_nonlocal_goto] } {
     4      return 1
     5  }
     6  
     7  if [istarget "epiphany-*-*"] {
     8      # This test assumes the absence of struct padding.
     9      # to make this true for test4 struct A on epiphany would require
    10      # __attribute__((packed)) .
    11      return 1
    12  }
    13  return 0