From: Martin Liska Date: Wed, 13 May 2020 07:52:21 +0000 (+0200) Subject: Simplify test-case options. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d96f7b92415b7a277a87e7825efc958030e20b6;p=gcc.git 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. --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 03b61dd1658..3e5fe75b60b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2020-05-13 Martin Liska + + 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 PR preprocessor/95013 diff --git a/gcc/testsuite/gcc.dg/asan/pr95051.c b/gcc/testsuite/gcc.dg/asan/pr95051.c index caa5e667209..e32c04599a8 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 {