Commit d97577ed by Bill Schmidt Committed by William Schmidt

re PR target/54156 (New fail on AVX target: gcc.dg/vect/pr53773.c. 190010 vs revision 189996)

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

	PR target/54156
	* testsuite/gcc.dg/vect/pr53773.c: Change to use optimized dump.

From-SVN: r190131
parent 8f96b844
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> 2012-08-03 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/54166 PR fortran/54166
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-fdump-tree-optimized" } */
int int
foo (int integral, int decimal, int power_ten) foo (int integral, int decimal, int power_ten)
...@@ -13,7 +14,7 @@ foo (int integral, int decimal, int power_ten) ...@@ -13,7 +14,7 @@ foo (int integral, int decimal, int power_ten)
return integral+decimal; return integral+decimal;
} }
/* Two occurrences in annotations, two in code. */ /* { dg-final { scan-tree-dump-times "\\* 10" 2 "optimized" } } */
/* { dg-final { scan-tree-dump-times "\\* 10" 4 "vect" } } */
/* { dg-final { cleanup-tree-dump "vect" } } */ /* { dg-final { cleanup-tree-dump "vect" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment