mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:00:26 +08:00
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:
parent
a7ce6ec393
commit
95d65553de
@ -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.
|
||||
|
||||
|
@ -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" } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user