mangle25.C: Only run on 64-bit systems since 32-bit x86 does not have __float128.
authorAndreas Jaeger <aj@suse.de>
Sun, 15 Jan 2006 15:54:23 +0000 (16:54 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 15 Jan 2006 15:54:23 +0000 (16:54 +0100)
        * g++.dg/abi/mangle25.C: Only run on 64-bit systems since 32-bit
        x86 does not have __float128.

From-SVN: r109722

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/mangle25.C

index d776ab5..348cfbc 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-15  Andreas Jaeger  <aj@suse.de>
+
+       * g++.dg/abi/mangle25.C: Only run on 64-bit systems since 32-bit
+       x86 does not have __float128.
+
 2006-01-14  Ian Lance Taylor  <ian@airs.com>
 
        * gcc.target/i386/cmov6.c: New test.
index b57b7da..2d4d5a3 100644 (file)
@@ -4,9 +4,8 @@
 // ia64-hpux where "long double" is "e" and __float128 is synonymous with
 // "long double".
 // Origin: Joseph Myers <joseph@codesourcery.com>
-// { dg-do compile { target i?86-*-* x86_64-*-* ia64-*-* } } */
+// { dg-do compile { target { { i?86-*-* x86_64-*-* ia64-*-* } && lp64 } } }
 // { dg-options "" } */
-// { dg-options "-mmmx" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
 // { dg-final { scan-assembler "_Z1fg" { target i?86-*-* x86_64-*-* } } } */
 // { dg-final { scan-assembler "_Z1fg" { target { ia64-*-* && { ! "ia64-*-hpux*" } } } } } */
 // { dg-final { scan-assembler "_Z1fe" { target ia64-*-hpux* } } } */