Commit 570ae39d authored by jsm28's avatar jsm28
Browse files

* g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: Pass -mmmx for

	32-bit i?86 and x86_64.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101240 138bc75d-0d04-0410-961f-82ee72b054a4
parent 155284b2
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.
......
......@@ -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* } } } */
......
......@@ -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* } } } */
......
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