Commit b83f1f56 by Jason Merrill Committed by Jason Merrill

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

From-SVN: r154966
parent d35311a2
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.
......
// 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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment