Commit 40f88104 by Andreas Jaeger Committed by Andreas Jaeger

mangle25.C: Only run on 64-bit systems since 32-bit x86 does not have __float128.

        * g++.dg/abi/mangle25.C: Only run on 64-bit systems since 32-bit
        x86 does not have __float128.

From-SVN: r109722
parent 2a993042
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.
......@@ -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* } } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment