* gcc.dg/tree-ssa/pr71347.c: Remove XFAIL on SPARC.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 22 Oct 2016 18:23:39 +0000 (18:23 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 22 Oct 2016 18:23:39 +0000 (18:23 +0000)
From-SVN: r241441

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr71347.c

index 8b091019af58be765fe2cc8b446e32f77e1304a1..ca08945d2eb1f8ae9455aa404c2fc9104ee8183e 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-22  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/tree-ssa/pr71347.c: Remove XFAIL on SPARC.
+
 2016-10-22  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/78021
@@ -5,7 +9,6 @@
 
 2016-10-22  Andre Vehreschild  <vehre@gcc.gnu.org>
 
-       Forgot to add on original commit.
        * gfortran.dg/coarray_alloc_comp_2.f08: New test.
 
 2016-10-22  Andre Vehreschild  <vehre@gcc.gnu.org>
index 15c3a616da775a2101f3a18c727a110f24ad49d1..428e41bc3bca728a8cbb34a3a27e04912acd3fef 100644 (file)
@@ -14,4 +14,4 @@ void foo (void)
 }
 
 /* Load of X[i - i] can be omitted by reusing X[i] in previous iteration.  */
-/* { dg-final { scan-tree-dump-not ".* = MEM.*;" "optimized" { xfail { ia64-*-* arm*-*-* m68k*-*-* sparc*-*-* } } } } */
+/* { dg-final { scan-tree-dump-not ".* = MEM.*;" "optimized" { xfail { ia64-*-* arm*-*-* m68k*-*-* } } } } */