* g++.dg/abi/guard2.C: Run on *-*-linux* rather than x86-*-*

From-SVN: r154966
This commit is contained in:
Jason Merrill 2009-12-03 22:09:43 -05:00 committed by Jason Merrill
parent d35311a213
commit b83f1f569d
2 changed files with 3 additions and 1 deletions

View 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.

View 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()