OSDN Git Service

PR tree-optimization/33757
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Oct 2007 21:42:51 +0000 (21:42 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Oct 2007 21:42:51 +0000 (21:42 +0000)
* gcc.dg/tree-ssa/ssa-fre-4.c: Run on selected TARGET_PROMOTE_PROTOTYPES
true architectures instead of having a big dg-skip-if.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129737 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ce4076d..ab84896 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 adae7b5..ca8d4c9 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.  */