From: uros Date: Thu, 1 Oct 2015 12:46:19 +0000 (+0000) Subject: * gcc.dg/lto/pr55113_0.c: Skip on all x86 targets. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38561438ebb98a2c472dae029fc836348af56bd9;p=thirdparty%2Fgcc.git * gcc.dg/lto/pr55113_0.c: Skip on all x86 targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228334 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ed812ad0e3b1..4b5d14761a30 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-10-01 Uros Bizjak + + * gcc.dg/lto/pr55113_0.c: Skip on all x86 targets. + 2015-10-01 Oleg Endo PR target/54236 diff --git a/gcc/testsuite/gcc.dg/lto/pr55113_0.c b/gcc/testsuite/gcc.dg/lto/pr55113_0.c index 8c309761bce0..59e944c318d2 100644 --- a/gcc/testsuite/gcc.dg/lto/pr55113_0.c +++ b/gcc/testsuite/gcc.dg/lto/pr55113_0.c @@ -1,8 +1,7 @@ /* PR 55113 */ /* { dg-lto-do link } */ /* { dg-lto-options { { -flto -fshort-double -O0 } } }*/ -/* { dg-skip-if "PR60410" { x86_64-*-* || { i?86-*-* && lp64 } } } */ -/* { dg-skip-if "PR60410" { i?86-*-solaris2.1[0-9]* } } */ +/* { dg-skip-if "PR60410" { i?86-*-* x86_64-*-* } } */ int main(void)