From 37495922d7e87afab5e5dad3a54639064a4b5d68 Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Tue, 24 May 2005 05:57:46 +0000 Subject: [PATCH] * gcc.dg/const-elim-1.c: Remove xfails. From-SVN: r100093 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/const-elim-1.c | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4efa8b81ebf..ac18364e904 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-05-23 Adam Nemet + + * gcc.dg/const-elim-1.c: Remove xfails. + 2005-05-23 Jeff Law * gcc.c-torture/compile/pr21638.c: New test. diff --git a/gcc/testsuite/gcc.dg/const-elim-1.c b/gcc/testsuite/gcc.dg/const-elim-1.c index bbfab37f0a4..c9c57a2784d 100644 --- a/gcc/testsuite/gcc.dg/const-elim-1.c +++ b/gcc/testsuite/gcc.dg/const-elim-1.c @@ -7,13 +7,7 @@ /* { dg-do compile } */ /* { dg-options "-O2 -std=c99" } */ -/* This test fails on all processors where we use a block move to - initialize "S" in test2. The RTL optimizers are not clever enough - to eliminate the block move, so the constant gets emitted. - Currently known targets with this problem: all ARM; PA32 ("hppa*.*" - matches "hppa2.0w" but not "hppa64"); PPC if string instructions - are enabled (notably under AIX). */ -/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* strongarm-*-* xscale-*-* hppa-*-* hppa*.*-*-* powerpc*-*-aix* } } } */ +/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" } } */ #define I (__extension__ 1.0iF) -- 2.30.2