mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 23:01:17 +08:00
attrib35.C: Fix target selector string.
* g++.dg/ext/attrib35.C: Fix target selector string. * g++.dg/ext/attrib36.C: Ditto. * g++.dg/ext/attrib37.C: Ditto. * g++.dg/abi/mangle24.C: Remove stray "*/" from dg directives. * g++.dg/abi/mangle25.C: Ditto. From-SVN: r156859
This commit is contained in:
parent
ccb265d66e
commit
5a1e3b6c7f
@ -1,3 +1,11 @@
|
||||
2010-02-18 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* g++.dg/ext/attrib35.C: Fix target selector string.
|
||||
* g++.dg/ext/attrib36.C: Ditto.
|
||||
* g++.dg/ext/attrib37.C: Ditto.
|
||||
* g++.dg/abi/mangle24.C: Remove stray "*/" from dg directives.
|
||||
* g++.dg/abi/mangle25.C: Ditto.
|
||||
|
||||
2010-02-17 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/43069
|
||||
|
@ -3,10 +3,10 @@
|
||||
// also says that "long double" is mangled as "e", so these conflict on
|
||||
// ia64-hpux where "long double" is "e" and __float80 is "u9__float80".
|
||||
// Origin: Joseph Myers <joseph@codesourcery.com>
|
||||
// { dg-do compile { target i?86-*-* x86_64-*-* ia64-*-* } } */
|
||||
// { dg-options "" } */
|
||||
// { 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* } } } */
|
||||
// { dg-do compile { target i?86-*-* x86_64-*-* ia64-*-* } }
|
||||
// { dg-options "" }
|
||||
// { 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* } } }
|
||||
|
||||
int f(__float80 x) { return 0; }
|
||||
|
@ -5,9 +5,9 @@
|
||||
// "long double".
|
||||
// Origin: Joseph Myers <joseph@codesourcery.com>
|
||||
// { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } }
|
||||
// { dg-options "" } */
|
||||
// { 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* } } } */
|
||||
// { dg-options "" }
|
||||
// { 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* } } }
|
||||
|
||||
int f(__float128 x) { return 0; }
|
||||
|
@ -1,4 +1,4 @@
|
||||
// { dg-do compile { target i*86-*-* x86_64-*-* } }
|
||||
// { dg-do compile { target i?86-*-* x86_64-*-* } }
|
||||
// { dg-options "-O3 -msse2" }
|
||||
|
||||
// You can make NON-template typedefs with a large alignment.
|
||||
|
@ -1,6 +1,5 @@
|
||||
// PR c++/43031
|
||||
// { dg-do compile { target i?86-*-* x86_64-*-* } }
|
||||
// { dg-require-effective-target ilp32 }
|
||||
// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
|
||||
|
||||
class T;
|
||||
class L { };
|
||||
|
@ -1,5 +1,5 @@
|
||||
// PR c++/43093
|
||||
// { dg-do compile { target i?86-*-* } }
|
||||
// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
|
||||
|
||||
struct S {
|
||||
int x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user