From: Rainer Orth Date: Mon, 14 Apr 2014 12:52:00 +0000 (+0000) Subject: Skip gcc.dg/lto/pr55113 on Solaris 10+/x86 X-Git-Tag: releases/gcc-5.1.0~8145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069fdd05da4e7abd6d6bd9415186f21b3cf14816;p=thirdparty%2Fgcc.git Skip gcc.dg/lto/pr55113 on Solaris 10+/x86 * gcc.dg/lto/pr55113_0.c: Skip on i?86-*-solaris2.1[0-1]*. From-SVN: r209367 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 36655885d10b..eb30db9ca01a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-04-14 Rainer Orth + + * gcc.dg/lto/pr55113_0.c: Skip on i?86-*-solaris2.1[0-1]*. + 2014-04-14 Richard Biener Marc Glisse diff --git a/gcc/testsuite/gcc.dg/lto/pr55113_0.c b/gcc/testsuite/gcc.dg/lto/pr55113_0.c index 0477fe41bc8b..8c309761bce0 100644 --- a/gcc/testsuite/gcc.dg/lto/pr55113_0.c +++ b/gcc/testsuite/gcc.dg/lto/pr55113_0.c @@ -2,6 +2,7 @@ /* { 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]* } } */ int main(void)