* gcc.dg/tree-ssa/pr71347.c: Remove XFAIL on SPARC.
From-SVN: r241441
This commit is contained in:
parent
15876ceeb1
commit
66ccff98bb
2 changed files with 5 additions and 2 deletions
|
@ -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>
|
2016-10-22 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||||
|
|
||||||
PR fortran/78021
|
PR fortran/78021
|
||||||
|
@ -5,7 +9,6 @@
|
||||||
|
|
||||||
2016-10-22 Andre Vehreschild <vehre@gcc.gnu.org>
|
2016-10-22 Andre Vehreschild <vehre@gcc.gnu.org>
|
||||||
|
|
||||||
Forgot to add on original commit.
|
|
||||||
* gfortran.dg/coarray_alloc_comp_2.f08: New test.
|
* gfortran.dg/coarray_alloc_comp_2.f08: New test.
|
||||||
|
|
||||||
2016-10-22 Andre Vehreschild <vehre@gcc.gnu.org>
|
2016-10-22 Andre Vehreschild <vehre@gcc.gnu.org>
|
||||||
|
|
|
@ -14,4 +14,4 @@ void foo (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Load of X[i - i] can be omitted by reusing X[i] in previous iteration. */
|
/* 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*-*-* } } } } */
|
||||||
|
|
Loading…
Add table
Reference in a new issue