OSDN Git Service

Missing part from:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jan 2006 11:05:00 +0000 (11:05 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Jan 2006 11:05:00 +0000 (11:05 +0000)
2006-01-17  Andreas Jaeger  <aj@suse.de>
            Janis Johnson <janis187@us.ibm.com>

        * g++.dg/abi/mangle25.C: Run always on ia64 but only on x86/x86-64
        in 64-bit.
        * gcc.dg/torture/fp-int-convert-float128-timode.c: Likewise.
        * gcc.dg/torture/fp-int-convert-float128.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109881 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c

index 100c714..7d090e1 100644 (file)
@@ -1,6 +1,6 @@
 /* Test floating-point conversions.  __float128 type with TImode.  */
 /* Origin: Joseph Myers <joseph@codesourcery.com> */
-/* { dg-do run { target { { i?86-*-* x86_64-*-* ia64-*-* } && lp64 } } } */
+/* { dg-do run { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } } */
 /* { dg-xfail-if "" { i?86-*-* x86_64-*-* } { "*" } { "" } } */
 /* { dg-xfail-if "" { ia64-*-* && lp64 } { "*" } { "" } } */
 /* { dg-options "" } */