re PR sanitizer/79341 (Many Asan tests fail on s390)

PR sanitizer/79341
	* g++.dg/asan/deep-stack-uaf-1.C: New test.

From-SVN: r245361
This commit is contained in:
Jakub Jelinek 2017-02-11 19:38:11 +01:00 committed by Jakub Jelinek
parent c0a2ef7de3
commit e22910c200
2 changed files with 6 additions and 0 deletions

View 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

View 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>