mangle24.C, mangle25.C: Pass -mmmx for 32-bit i?86 and x86_64.
* g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: Pass -mmmx for 32-bit i?86 and x86_64. From-SVN: r101240
This commit is contained in:
parent
01277dc46a
commit
ed059c566d
3 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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* } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue