OSDN Git Service

* g++.dg/abi/guard2.C: Run on *-*-linux* rather than x86-*-*
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Dec 2009 03:09:43 +0000 (03:09 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Dec 2009 03:09:43 +0000 (03:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154966 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/guard2.C

index c68c0b6..cc9a74e 100644 (file)
@@ -1,5 +1,7 @@
 2009-12-03  Jason Merrill  <jason@redhat.com>
 
+       * g++.dg/abi/guard2.C: Run on *-*-linux* rather than x86-*-*
+
        PR c++/41611
        * g++.dg/abi/guard2.C: New.
 
index 09643e9..988fd38 100644 (file)
@@ -1,6 +1,6 @@
 // PR c++/41611
 // Test that the guard gets its own COMDAT group.
-// { dg-final { scan-assembler "_ZGVZN1A1fEvE1i,comdat" { target i?86-*-* x86_64-*-* } } }
+// { dg-final { scan-assembler "_ZGVZN1A1fEvE1i,comdat" { target *-*-linux* } } }
 
 struct A {
   static int f()