Commit 5a1e3b6c by Uros Bizjak Committed by Uros Bizjak

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
parent ccb265d6
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; }
// { 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.
......
// 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 { };
......
// PR c++/43093
// { dg-do compile { target i?86-*-* } }
// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } }
struct S {
int x;
......
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