attrib35.C: Fix target selector string.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 18 Feb 2010 07:40:01 +0000 (08:40 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 18 Feb 2010 07:40:01 +0000 (08:40 +0100)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/mangle24.C
gcc/testsuite/g++.dg/abi/mangle25.C
gcc/testsuite/g++.dg/ext/attrib35.C
gcc/testsuite/g++.dg/ext/attrib36.C
gcc/testsuite/g++.dg/ext/attrib37.C

index d2b7655951d1d2cbb2d3528b8322d90038fc24bf..95f460cb19ecf78497a03f7fd8a68baf32831b8a 100644 (file)
@@ -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
index 3a9f629d5bf84f94740a6e961894155f9d04641f..1f5c5c1c3de3bd693aa467334e6921d83f5da21e 100644 (file)
@@ -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; }
index e00ba5c692db2078c15a74f39020034dd5540c28..74397f778ccdb58671e79052817d226105a05eb8 100644 (file)
@@ -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; }
index 60c48403e25bf0f4e49271f5151fb2109ea3f838..63892e1e33846fff89f2777fb1050fa127783f83 100644 (file)
@@ -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.
index a5197118179324d6a6abcd5db54e310195bdb36d..5434cb9eff0be556f6ff228f4f1d06573c87e357 100644 (file)
@@ -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 { };
index ac35587892ac68255c1c180703b1581d815bab17..d12c176afd32d2aa3c4bf4ca08d435711ca5d2df 100644 (file)
@@ -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;