re PR testsuite/52229 (FAIL: gfortran.dg/vect/pr32380.f -O scan-tree-dump-times...
authorThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 20 Feb 2012 17:16:33 +0000 (17:16 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 20 Feb 2012 17:16:33 +0000 (17:16 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/vect/pr32380.f

index caa8eb1321afce31fac136333778eaf29fa1de01..6632b58b4185ff66988cc54cecf7b3e454c9cc5c 100644 (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.
 
index ebe61cc4cd25dd9fb931fb98f659919b77e6d31f..747f88ac68ee77a8892816cb2c1110e4d08d5814 100644 (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" } }