diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c68c0b64d4e..cc9a74e51db 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2009-12-03 Jason Merrill + * 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 09643e95228..988fd385bf9 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()