pr71403-1.c: Use dg-additional-options and remove -O3.
authorRichard Biener <rguenther@suse.de>
Wed, 3 Aug 2016 14:41:34 +0000 (14:41 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 3 Aug 2016 14:41:34 +0000 (14:41 +0000)
2016-08-03  Richard Biener  <rguenther@suse.de>

* c-c++-common/ubsan/pr71403-1.c: Use dg-additional-options
and remove -O3.
* c-c++-common/ubsan/pr71403-2.c: Likewise.
* c-c++-common/ubsan/pr71403-3.c: Likewise.

From-SVN: r239077

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/ubsan/pr71403-1.c
gcc/testsuite/c-c++-common/ubsan/pr71403-2.c
gcc/testsuite/c-c++-common/ubsan/pr71403-3.c

index bfca5cf4d7dccd8fe21c08bcd6382c6715680239..2ab2f25eabc1ffe250bd79e460f5ca70148b9864 100644 (file)
@@ -1,3 +1,10 @@
+2016-08-03  Richard Biener  <rguenther@suse.de>
+
+       * c-c++-common/ubsan/pr71403-1.c: Use dg-additional-options
+       and remove -O3.
+       * c-c++-common/ubsan/pr71403-2.c: Likewise.
+       * c-c++-common/ubsan/pr71403-3.c: Likewise.
+
 2016-08-03  Richard Biener  <rguenther@suse.de>
 
        * gcc.dg/tree-ssa/loadpre2.c: Disable LIM.
index f8f48675bb15f97eb6b6e88eb20d96431426cfae..298609c525d2bf3a4420637f3315c3d0120509ca 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O3 -fsanitize=unreachable" } */
+/* { dg-additional-options "-fsanitize=unreachable" } */
 
 char a = -97;
 int b, c, d, e;
index 03b6e8399811170cb709d10b4cc91723c2a12aba..85e97c08606d9b21667983e7a23d94a830f597ab 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O3 -fsanitize=unreachable" } */
+/* { dg-additional-options "-fsanitize=unreachable" } */
 
 char a, c;
 short b;
index 1ab7736690820e3c2befaf36bb37fc7391911bb4..dd34bf53404a5972d434a1b40f07640b4982382c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O3 -fsanitize=unreachable" } */
+/* { dg-additional-options "-fsanitize=unreachable" } */
 
 
 int a, b, c, d;