2012-08-03 Bill Schmidt <wschmidt@linux.ibm.com>
authorwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Aug 2012 16:12:22 +0000 (16:12 +0000)
committerwschmidt <wschmidt@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Aug 2012 16:12:22 +0000 (16:12 +0000)
PR target/54156
* testsuite/gcc.dg/vect/pr53773.c: Change to use optimized dump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190131 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr53773.c

index 448dc5d..815e0df 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-03  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       PR target/54156
+       * testsuite/gcc.dg/vect/pr53773.c: Change to use optimized dump.
+
 2012-08-03  Mikael Morin  <mikael@gcc.gnu.org>
 
        PR fortran/54166
index 4fde3cb..1c9e468 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-options "-fdump-tree-optimized" } */
 
 int
 foo (int integral, int decimal, int power_ten)
@@ -13,7 +14,7 @@ foo (int integral, int decimal, int power_ten)
   return integral+decimal;
 }
 
-/* Two occurrences in annotations, two in code.  */
-/* { dg-final { scan-tree-dump-times "\\* 10" 4 "vect" } } */
+/* { dg-final { scan-tree-dump-times "\\* 10" 2 "optimized" } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
+/* { dg-final { cleanup-tree-dump "optimized" } } */