public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, testsuite]: Skip gcc.dg/lto/pr55113_0.c on all x86 targets.
@ 2015-10-01 12:51 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2015-10-01 12:51 UTC (permalink / raw)
  To: gcc-patches

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-01 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-01 12:51 [PATCH, testsuite]: Skip gcc.dg/lto/pr55113_0.c on all x86 targets Uros Bizjak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).