* gcc.dg/tree-ssa/ssa-fre-4.c: Skip for cris-*-* and mmix-*-*.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 9 Sep 2007 23:41:50 +0000 (23:41 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 9 Sep 2007 23:41:50 +0000 (23:41 +0000)
From-SVN: r128314

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

index 02fc4ac632f082a4779a186e069f9e5ca792c2d3..d69715e3ad1d8bd4cf7db75b2ba29587f5afc396 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-10  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.dg/tree-ssa/ssa-fre-4.c: Skip for cris-*-* and mmix-*-*.
+
 2007-09-09  Richard Guenther  <rguenther@suse.de>
 
        * gcc.c-torture/compile/20070906-1.c: New testcase.
index 04208a2290d6309e85e51f3f4ca27a96d3290f06..adae7b55de859e9453fcdbff0049b565d985e346 100644 (file)
@@ -1,4 +1,7 @@
 /* { 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-options "-O -fdump-tree-fre-details" } */
 
 /* From PR21608.  */