aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-05-13 09:52:21 +0200
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:03:11 -0300
commit9dbcc27c2cb98b10a834d42cd354f5e5653f4e6d (patch)
tree930ed014416c1802713d8eff22ab317adf5fbf33 /gcc
parent76ff781bdec498c01dc1b32dcaacfe342de31e94 (diff)
downloadgcc-9dbcc27c2cb98b10a834d42cd354f5e5653f4e6d.zip
gcc-9dbcc27c2cb98b10a834d42cd354f5e5653f4e6d.tar.gz
gcc-9dbcc27c2cb98b10a834d42cd354f5e5653f4e6d.tar.bz2
Simplify test-case options.
PR sanitizer/95051 * gcc.dg/asan/pr95051.c: Simplify options as -fsanitize=address and -O2 were enough to trigger the original ICE.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.dg/asan/pr95051.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 03b61dd..3e5fe75 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2020-05-13 Martin Liska <mliska@suse.cz>
+
+ PR sanitizer/95051
+ * gcc.dg/asan/pr95051.c: Simplify options as -fsanitize=address
+ and -O2 were enough to trigger the original ICE.
+
2020-05-13 Christophe Lyon <christophe.lyon@linaro.org>
PR preprocessor/95013
diff --git a/gcc/testsuite/gcc.dg/asan/pr95051.c b/gcc/testsuite/gcc.dg/asan/pr95051.c
index caa5e66..e32c045 100644
--- a/gcc/testsuite/gcc.dg/asan/pr95051.c
+++ b/gcc/testsuite/gcc.dg/asan/pr95051.c
@@ -1,6 +1,6 @@
/* PR sanitizer/95051 */
/* { dg-do compile } */
-/* { dg-options "-fno-sanitize=all -fsanitize=kernel-address --param=asan-stack=1 -O2" } */
+/* { dg-options "-O2" } */
struct a {
struct {