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
This commit is contained in:
Thomas Koenig 2012-02-20 17:16:33 +00:00
parent a7ce6ec393
commit 95d65553de
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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>
PR tree-optimization/52298
@ -5,7 +11,7 @@
* gcc.dg/vect/pr52298.c: Likewise.
2012-02-20 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms.
* gcc.c-torture/execute/pr52286.c: Ditto.

View File

@ -259,5 +259,5 @@ c
return
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" } }