On Tue, Sep 07, 2021 at 04:01:41PM -0400, Jason Merrill via Gcc-patches wrote: > By the way, please avoid using non-ASCII characters in testcases unless > that's specifically what you're testing: > > > +// { dg-error "name ‘A<sizeof (t2)>::foo’" } > > Here, change the smart quotes to . to match whatever the output locale uses > for quotes. And the error comments in dependent-name16.C seem to be on the > wrong lines.
In the testsuite only 's will match, so it is safe to use those, but . is fine too. And the ()s probably need some backslashes, I think 3. Jakub