From: danglin Date: Tue, 15 Mar 2016 23:49:40 +0000 (+0000) Subject: * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45cdc3a6f9b326cd7fb16b9cb7e6ebb579b4b63d;p=thirdparty%2Fgcc.git * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234241 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 636e4ff67132..7ef89b4d3ef6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2016-03-15 John David Anglin + * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list. + PR libfortran/69799 * gfortran.dg/coarray_allocate_5.f08: Add "-latomic" option if libatomic_available. diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c index 9e1f7cf07c54..d0d131b9ad85 100644 --- a/gcc/testsuite/gcc.dg/ifcvt-4.c +++ b/gcc/testsuite/gcc.dg/ifcvt-4.c @@ -1,6 +1,6 @@ /* { dg-options "-fdump-rtl-ce1 -O2 --param max-rtl-if-conversion-insns=3" } */ /* { dg-additional-options "-misel" { target { powerpc*-*-* } } } */ -/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* visium-*-*" } {"*"} { "" } } */ +/* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* hppa*64*-*-* visium-*-*" } {"*"} { "" } } */ int foo (int x, int y, int a)