This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Don't run vrp87.c on various targets


On 04/12/2013 02:35 PM, Dominique Dhumieres wrote:
Jeff,

The tests fail also on powerpc*-*-* (see
http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01162.html and
http://gcc.gnu.org/ml/gcc-testresults/2013-04/msg01330.html ).
Could you please add it to the long list of skipped targets?
Attached patch was applied to the trunk. It catches both targets that define a static BRANCH_COST value of "3".





commit c8b64190756d2578bd03fcc862568c2fd1d4e915
Author: Jeff Law <law@redhat.com>
Date:   Fri Apr 12 15:03:17 2013 -0600

            * gcc.dg/tree-ssa/vrp87.c: Do not run test on ppc and xtensa
            either.

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ae1fd6d..aea8f72 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-12  Jeff Law  <law@redhat.com>
+
+	* gcc.dg/tree-ssa/vrp87.c: Do not run test on ppc and xtensa
+	either.
+
 2013-04-11  Jeff Law  <law@redhat.com>
 
 	PR tree-optimization/56900
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c b/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c
index c8e4571..0b9029f 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { ! "m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* picochip*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-*"} } } */
+/* { dg-do compile { target { ! "m68k*-*-* mmix*-*-* mep*-*-* bfin*-*-* v850*-*-* picochip*-*-* moxie*-*-* cris*-*-* m32c*-*-* fr30*-*-* mcore*-*-* powerpc*-*-* xtensa*-*-*"} } } */
 
 /* { dg-options "-O2 -fdump-tree-vrp2-details -fdump-tree-cddce2-details" } */
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]