diff options
Diffstat (limited to 'upstream/testsuite.patch')
-rw-r--r-- | upstream/testsuite.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/upstream/testsuite.patch b/upstream/testsuite.patch index 50d06e5..82456cc 100644 --- a/upstream/testsuite.patch +++ b/upstream/testsuite.patch @@ -15,6 +15,15 @@ # Return 1 if this target supports the -fsplit-stack option, 0 # otherwise. +--- a/gcc/testsuite/gcc.c-torture/execute/memset-1.x 2012-08-18 14:43:31.963694252 +0200 ++++ b/gcc/testsuite/gcc.c-torture/execute/memset-1.x 2012-07-27 21:47:01.000000000 +0200 +@@ -0,0 +1,6 @@ ++load_lib target-supports.exp ++ ++if { [check_effective_target_espf] } { ++ set additional_flags "-U_FORTIFY_SOURCE" ++} ++return 0 --- a/gcc/testsuite/gcc.c-torture/execute/vprintf-chk-1.x 2012-07-30 02:31:20.573793905 +0200 +++ b/gcc/testsuite/gcc.c-torture/execute/vprintf-chk-1.x 2012-07-27 21:47:01.574480025 +0200 @@ -0,0 +1,6 @@ |