On 12/11/23 03:49, FX Coudert wrote:
Hi Marek,
The patch is causing three failures on x86_64-apple-darwin21:
FAIL: g++.dg/cpp2a/concepts-explicit-inst1.C -std=c++20 scan-assembler
_Z1gI1XEvT_
FAIL: g++.dg/cpp2a/concepts-explicit-inst1.C -std=c++20 scan-assembler
_Z1gI1YEvT_
I think these are from my r14-6064-gc3f281a0c1ca50 rather than Marek's
patch. The mangling of those two functions changed, but the test
looking for the old mangling still passed on targets that support ABI
compatibility aliases. I'll fix the tests.
Jason
FAIL: g++.dg/cpp2a/consteval-prop6.C -std=c++20 at line 58 (test for warnings,
line 57)
How could I help debug this?
FX