Hello!

There is no point to use -fshort-double on x86 targets, although it
works with -mno-sse, where it avoids construction of DFmode based
vector builtins.

So, disable non-sensical test on all x86 targets.

2015-10-01  Uros Bizjak  <ubiz...@gmail.com>

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

Tested on x86_64-linux-gnu {,-m32} and committed to mainline SVN.

Uros.

Index: gcc.dg/lto/pr55113_0.c
===================================================================
--- gcc.dg/lto/pr55113_0.c      (revision 228326)
+++ gcc.dg/lto/pr55113_0.c      (working copy)
@@ -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)

Reply via email to