Commit e22910c2 by Jakub Jelinek Committed by Jakub Jelinek

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
parent c0a2ef7d
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
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment