From: Jakub Jelinek Date: Mon, 29 Oct 2007 21:42:51 +0000 (+0100) Subject: re PR tree-optimization/33757 (Revision 126149 fails gcc.dg/tree-ssa/ssa-fre-4.c) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c67102d1152de39a9be806af5e4db099c5aa429;p=gcc.git re PR tree-optimization/33757 (Revision 126149 fails gcc.dg/tree-ssa/ssa-fre-4.c) PR tree-optimization/33757 * gcc.dg/tree-ssa/ssa-fre-4.c: Run on selected TARGET_PROMOTE_PROTOTYPES true architectures instead of having a big dg-skip-if. From-SVN: r129737 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ce4076d035d..ab84896eae2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2007-10-29 Jakub Jelinek + PR tree-optimization/33757 + * gcc.dg/tree-ssa/ssa-fre-4.c: Run on selected TARGET_PROMOTE_PROTOTYPES + true architectures instead of having a big dg-skip-if. + PR c++/33841 * g++.dg/other/bitfield3.C: New test. diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c index adae7b55de8..ca8d4c96bb7 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c @@ -1,7 +1,6 @@ -/* { dg-do compile } */ /* If the target returns false for TARGET_PROMOTE_PROTOTYPES, then there will be no casts for FRE to eliminate and the test will fail. */ -/* { dg-skip-if "no promotion to eliminate" { cris-*-* mmix-*-* } { "*" } { "" } } */ +/* { dg-do compile { target i?86-*-* x86_64-*-* hppa*-*-* mips*-*-* m68k*-*-* } } */ /* { dg-options "-O -fdump-tree-fre-details" } */ /* From PR21608. */