On 5/20/19 12:23 PM, Marek Polacek wrote:
On Mon, May 20, 2019 at 12:18:18PM -0400, Marek Polacek wrote:This test fails in C++2a since r271338, because the types in the "aka" differ: in C++17 and below we print: {aka 'const char [3]'} while in C++2a: {aka 'const char8_t [3]'}We can make the regexp accept both....because we'll print "char8_t" in other modes too, with -fchar8_t.
OK. Jason