rs6000: Testcase 20050830-1.c no longer fails (PR66612)

Bin's commit r246810, for PR80153, fixes 20050830-1.c for -m64 (it
already passed for -m32).  So, this patch removes the remaining xfail.


gcc/testsuite/
	PR tree-optimization/66612
	* gcc.target/powerpc/20050830-1.c: Remove xfail.

From-SVN: r246939
This commit is contained in:
Segher Boessenkool 2017-04-15 06:11:35 +02:00 committed by Segher Boessenkool
parent e072b0c410
commit f378be388e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2017-04-15 Segher Boessenkool <segher@kernel.crashing.org>
PR tree-optimization/66612
* gcc.target/powerpc/20050830-1.c: Remove xfail.
2017-04-14 Janus Weil <janus@gcc.gnu.org>
PR fortran/80361

View File

@ -1,8 +1,7 @@
/* Make sure the doloop optimization is done for this loop. */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-O2" } */
/* XFAIL for now, see PR66612. */
/* { dg-final { scan-assembler "bdn" { xfail lp64 } } } */
/* { dg-final { scan-assembler "bdn" } } */
extern int a[];
int foo(int w) {
int n = w;