mangle24.C, mangle25.C: Pass -mmmx for 32-bit i?86 and x86_64.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 21 Jun 2005 23:00:45 +0000 (00:00 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 21 Jun 2005 23:00:45 +0000 (00:00 +0100)
* g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: Pass -mmmx for
32-bit i?86 and x86_64.

From-SVN: r101240

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

index bef45eb..1802d6c 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-21  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: Pass -mmmx for
+       32-bit i?86 and x86_64.
+
 2005-06-21  Ziemowit Laski  <zlaski@apple.com>
 
        * obj-c++.dg/const-str-[1-9].mm: New tests.
index 3a9f629..b7c777b 100644 (file)
@@ -5,6 +5,8 @@
 // Origin: Joseph Myers <joseph@codesourcery.com>
 // { dg-do compile { target i?86-*-* x86_64-*-* ia64-*-* } } */
 // { dg-options "" } */
+// { dg-options "-mmmx" { target { i?86-*-* && ilp32 } } } */
+// { dg-options "-mmmx" { target { x86_64-*-* && ilp32 } } } */
 // { dg-final { scan-assembler "_Z1fe" { target i?86-*-* x86_64-*-* } } } */
 // { dg-final { scan-assembler "_Z1fe" { target { ia64-*-* && { ! "ia64-*-hpux*" } } } } } */
 // { dg-final { scan-assembler "_Z1fu9__float80" { target ia64-*-hpux* } } } */
index 981f02c..d469f41 100644 (file)
@@ -6,6 +6,8 @@
 // Origin: Joseph Myers <joseph@codesourcery.com>
 // { dg-do compile { target i?86-*-* x86_64-*-* ia64-*-* } } */
 // { dg-options "" } */
+// { dg-options "-mmmx" { target { i?86-*-* && ilp32 } } } */
+// { dg-options "-mmmx" { target { 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* } } } */