]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
builtin-unreachable-6.c: Adjust.
authorRichard Guenther <rguenther@suse.de>
Wed, 19 Sep 2012 13:29:08 +0000 (13:29 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 19 Sep 2012 13:29:08 +0000 (13:29 +0000)
2012-09-19  Richard Guenther  <rguenther@suse.de>

* gcc.dg/builtin-unreachable-6.c: Adjust.

From-SVN: r191472

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtin-unreachable-6.c

index 06d5592c89c65d5d69e1cf172397bd3592807ca2..ce998539171a768ddbdaf1ca12d7354ad028a46e 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-19  Richard Guenther  <rguenther@suse.de>
+
+       * gcc.dg/builtin-unreachable-6.c: Adjust.
+
 2012-09-19  Richard Guenther  <rguenther@suse.de>
 
        * gcc.dg/builtin-object-size-10.c: Adjust.
index 26b5ac7530573afac8349e2e911f52fb71dd1e4e..2fe06ac7a0791df6c549bdac5f04c05072941dfd 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-fab" } */
+/* { dg-options "-O2 -fdump-tree-fab1" } */
 
 void
 foo (int b, int c)
@@ -16,6 +16,6 @@ lab2:
   goto *x;
 }
 
-/* { dg-final { scan-tree-dump-times "lab:" 1 "fab" } } */
-/* { dg-final { scan-tree-dump-times "__builtin_unreachable" 1 "fab" } } */
-/* { dg-final { cleanup-tree-dump "fab" } } */
+/* { dg-final { scan-tree-dump-times "lab:" 1 "fab1" } } */
+/* { dg-final { scan-tree-dump-times "__builtin_unreachable" 1 "fab1" } } */
+/* { dg-final { cleanup-tree-dump "fab1" } } */