diff options
author | Jason Merrill <jason@redhat.com> | 2009-12-03 22:09:43 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2009-12-03 22:09:43 -0500 |
commit | b83f1f569dba60dd23f3f472e00ff60b4c6d1af9 (patch) | |
tree | 877ff71bc6cf754e7078ce7694256fee27009f72 | |
parent | d35311a213ec3974c2bf91311ebd1380ffd080d4 (diff) | |
download | gcc-b83f1f569dba60dd23f3f472e00ff60b4c6d1af9.zip gcc-b83f1f569dba60dd23f3f472e00ff60b4c6d1af9.tar.gz gcc-b83f1f569dba60dd23f3f472e00ff60b4c6d1af9.tar.bz2 |
* g++.dg/abi/guard2.C: Run on *-*-linux* rather than x86-*-*
From-SVN: r154966
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/abi/guard2.C | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c68c0b6..cc9a74e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/g++.dg/abi/guard2.C b/gcc/testsuite/g++.dg/abi/guard2.C index 09643e9..988fd38 100644 --- a/gcc/testsuite/g++.dg/abi/guard2.C +++ b/gcc/testsuite/g++.dg/abi/guard2.C @@ -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() |