diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-06-26 09:49:08 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-06-26 09:49:08 +0000 |
commit | 3e2314a91e2e20ace7ebd64b11d770462913fa19 (patch) | |
tree | 9226f7339dee4012c19b01833ba801c5935fae71 | |
parent | 137937b230c1577d101e68850efd2c7d73f8865f (diff) | |
download | gcc-3e2314a91e2e20ace7ebd64b11d770462913fa19.tar.gz |
* c-c++-common/ubsan/sanitize-recover-7.c (dg-options): Add -w.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249641 138bc75d-0d04-0410-961f-82ee72b054a4
-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 87894bf7654..96717fa104e 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 2e6599fe312..26403ce2488 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; |