Commit 95d65553 by Thomas Koenig

re PR testsuite/52229 (FAIL: gfortran.dg/vect/pr32380.f -O …

re PR testsuite/52229 (FAIL: gfortran.dg/vect/pr32380.f  -O  scan-tree-dump-times vect "vectorized 7 loops" 1)

2012-02-13  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR testsuite/52229
	PR fortran/32380
	* gfortran.dg/vect/pr32380.f:  XFAIL on PowerPC and ia-64.

From-SVN: r184398
parent a7ce6ec3
2012-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
PR testsuite/52229
PR fortran/32380
* gfortran.dg/vect/pr32380.f: XFAIL on PowerPC and ia-64.
2012-02-20 Richard Guenther <rguenther@suse.de> 2012-02-20 Richard Guenther <rguenther@suse.de>
PR tree-optimization/52298 PR tree-optimization/52298
...@@ -5,7 +11,7 @@ ...@@ -5,7 +11,7 @@
* gcc.dg/vect/pr52298.c: Likewise. * gcc.dg/vect/pr52298.c: Likewise.
2012-02-20 Georg-Johann Lay <avr@gjlay.de> 2012-02-20 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms. * gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms.
* gcc.c-torture/execute/pr52286.c: Ditto. * gcc.c-torture/execute/pr52286.c: Ditto.
......
...@@ -259,5 +259,5 @@ c ...@@ -259,5 +259,5 @@ c
return return
end end
! { dg-final { scan-tree-dump-times "vectorized 7 loops" 1 "vect" } } ! { dg-final { scan-tree-dump-times "vectorized 7 loops" 1 "vect" { xfail powerpc*-*-* ia64-*-*-* } } }
! { dg-final { cleanup-tree-dump "vect" } } ! { dg-final { cleanup-tree-dump "vect" } }
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