OSDN Git Service

* g++.dg/ext/attrib35.C: Fix target selector string.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Feb 2010 07:40:01 +0000 (07:40 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Feb 2010 07:40:01 +0000 (07:40 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156859 138bc75d-0d04-0410-961f-82ee72b054a4

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 d2b7655..95f460c 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 3a9f629..1f5c5c1 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 e00ba5c..74397f7 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 60c4840..63892e1 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 a519711..5434cb9 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 ac35587..d12c176 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;