annotate gcc/testsuite/gcc.c-torture/execute/builtins/vsprintf-chk.x @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 load_lib target-supports.exp
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 if { ! [check_effective_target_nonlocal_goto] } {
kono
parents:
diff changeset
4 return 1
kono
parents:
diff changeset
5 }
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 if [istarget "epiphany-*-*"] {
kono
parents:
diff changeset
8 # This test assumes the absence of struct padding.
kono
parents:
diff changeset
9 # to make this true for test3_sub struct A on epiphany would require
kono
parents:
diff changeset
10 # __attribute__((packed)) .
kono
parents:
diff changeset
11 return 1
kono
parents:
diff changeset
12 }
kono
parents:
diff changeset
13 return 0