diff mbox

[committed] Fix PR53773

Message ID 1344010171.4868.2.camel@oc2474580526.ibm.com
State New
Headers show

Commit Message

Bill Schmidt Aug. 3, 2012, 4:09 p.m. UTC
Change this test case to use the optimized dump so that the unreliable
vect-details dump can't cause different behavior on different targets.
Verified on powerpc64-unknown-linux-gnu, committed as obvious.

Thanks,
Bill


2012-08-03  Bill Schmidt  <wschmidt@linux.ibm.com>

	* testsuite/gcc.dg/vect/pr53773.c: Change to use optimized dump.
diff mbox

Patch

Index: gcc/testsuite/gcc.dg/vect/pr53773.c
===================================================================
--- gcc/testsuite/gcc.dg/vect/pr53773.c	(revision 190018)
+++ gcc/testsuite/gcc.dg/vect/pr53773.c	(working copy)
@@ -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" } } */