re PR tree-optimization/33757 (Revision 126149 fails gcc.dg/tree-ssa/ssa-fre-4.c)
authorJakub Jelinek <jakub@redhat.com>
Mon, 29 Oct 2007 21:42:51 +0000 (22:42 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 29 Oct 2007 21:42:51 +0000 (22:42 +0100)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-4.c

index ce4076d035dd60df775a75cbb54a8cbab2352228..ab84896eae2afc3202dc88c5b512cf9ccdeb92c5 100644 (file)
@@ -1,5 +1,9 @@
 2007-10-29  Jakub Jelinek  <jakub@redhat.com>
 
+       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.
 
index adae7b55de859e9453fcdbff0049b565d985e346..ca8d4c96bb7ad4c96e7a6d86b5cbb2c6ed5769bf 100644 (file)
@@ -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.  */