diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2017-06-26 09:49:08 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-06-26 09:49:08 +0000 |
commit | 945653db613d34683696341759c4b070600b350c (patch) | |
tree | 9226f7339dee4012c19b01833ba801c5935fae71 | |
parent | 0666865c5908f69710a9bd4de91c3458469ffb33 (diff) | |
download | gcc-945653db613d34683696341759c4b070600b350c.zip gcc-945653db613d34683696341759c4b070600b350c.tar.gz gcc-945653db613d34683696341759c4b070600b350c.tar.bz2 |
* c-c++-common/ubsan/sanitize-recover-7.c (dg-options): Add -w.
From-SVN: r249641
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 87894bf..96717fa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-06-26 Eric Botcazou <ebotcazou@adacore.com> + + * c-c++-common/ubsan/sanitize-recover-7.c (dg-options): Add -w. + 2017-06-26 Christophe Lyon <christophe.lyon@linaro.org> * lib/target-supports.exp diff --git a/gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c b/gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c index 2e6599f..26403ce 100644 --- a/gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c +++ b/gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-fsanitize=address -fsanitize=thread" } */ +/* { dg-options "-fsanitize=address -fsanitize=thread -w" } */ int i; |