]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-c++-common/ubsan/sanitize-recover-7.c (dg-options): Add -w.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jun 2017 09:49:08 +0000 (09:49 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jun 2017 09:49:08 +0000 (09:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249641 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/ubsan/sanitize-recover-7.c

index 87894bf76543ac7c6718b5932dda8a10ef8dd1dc..96717fa104e0ed1d492d4add92fc74d460b21fcd 100644 (file)
@@ -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
index 2e6599fe312683cda04caa78b0f73b10c13d643b..26403ce2488f0cd98e3d4299a34a505d8fe088c9 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-fsanitize=address -fsanitize=thread" } */
+/* { dg-options "-fsanitize=address -fsanitize=thread -w" } */
 
 int i;