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 /gcc/testsuite/c-c++-common | |
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
Diffstat (limited to 'gcc/testsuite/c-c++-common')
-rw-r--r-- | gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |