diff --git a/gcc/testsuite/g++.dg/cpp2a/nontype-subob1.C b/gcc/testsuite/g++.dg/cpp2a/nontype-subob1.C index 4c1633e22a0..9e5e888114e 100644 --- a/gcc/testsuite/g++.dg/cpp2a/nontype-subob1.C +++ b/gcc/testsuite/g++.dg/cpp2a/nontype-subob1.C @@ -18,7 +18,7 @@ struct B: C void f(A<&b.i>) {} TEQ(&b.i,&((C*)&b)->i); -// { dg-final { scan-assembler _Z1g1AIXadixdtL_Z1bE1jLl1EEE } } +// { dg-final { scan-assembler "_Z1g1AIXadixdtL_Z1bE1jL\[silx]1EEE" } } void g(A<&b.j[0]+1>) {} TEQ(&b.j[1],&b.j[1]); TEQ(&b.j[1],&b.j[0]+1);