re PR sanitizer/79341 (Many Asan tests fail on s390)
authorJakub Jelinek <jakub@redhat.com>
Sat, 11 Feb 2017 18:38:11 +0000 (19:38 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 11 Feb 2017 18:38:11 +0000 (19:38 +0100)
PR sanitizer/79341
* g++.dg/asan/deep-stack-uaf-1.C: New test.

From-SVN: r245361

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/asan/deep-stack-uaf-1.C

index a6afdf5d0a0bc8cfbd8cefb290414434325d1153..cdec4d631f814e6a93c329ed8231e34633dfaa8f 100644 (file)
@@ -1,3 +1,8 @@
+2017-02-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR sanitizer/79341
+       * g++.dg/asan/deep-stack-uaf-1.C: New test.
+
 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
 
        PR tree-ssa/56727
index 4ae91f7ea52ef493db8a7641672909ce467452be..907b28407c373f09f7ad7d1959fae120ff8b488c 100644 (file)
@@ -5,6 +5,7 @@
 // { dg-set-target-env-var ASAN_OPTIONS "malloc_context_size=120:redzone=512" }
 // { dg-options "-fno-omit-frame-pointer -fno-optimize-sibling-calls" }
 // { dg-additional-options "-mno-omit-leaf-frame-pointer" { target { i?86-*-* x86_64-*-* } } }
+// { dg-additional-options "-mbackchain" { target { s390*-*-* } } }
 // { dg-shouldfail "asan" }
 
 #include <stdlib.h>