pr55113_0.c: Skip on all x86 targets.

* gcc.dg/lto/pr55113_0.c: Skip on all x86 targets.

From-SVN: r228334
This commit is contained in:
Uros Bizjak 2015-10-01 14:46:19 +02:00 committed by Uros Bizjak
parent 7e623de550
commit 91470073d6
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-10-01 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/lto/pr55113_0.c: Skip on all x86 targets.
2015-10-01 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54236

View File

@ -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)