* g++.dg/abi/guard2.C: Run on *-*-linux* rather than x86-*-*
From-SVN: r154966
This commit is contained in:
parent
d35311a213
commit
b83f1f569d
@ -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.
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user