Re: [PATCH] testsuite: Make AArch64 attributes_7.c generate unique report lines.

2022-05-12 Thread Richard Sandiford via Gcc-patches
Christophe Lyon via Gcc-patches writes: > This test is executed in both C and C++ modes, lines 98 and 100 pass > in C++ and are xfail in C. > > This results in similar lines in gcc.sum and g++.sum, differing by the > PASS or XFAIL prefix, which confuses compare_test: it reports these > tests twice

[PATCH] testsuite: Make AArch64 attributes_7.c generate unique report lines.

2022-05-09 Thread Christophe Lyon via Gcc-patches
This test is executed in both C and C++ modes, lines 98 and 100 pass in C++ and are xfail in C. This results in similar lines in gcc.sum and g++.sum, differing by the PASS or XFAIL prefix, which confuses compare_test: it reports these tests twice, as "now fail, but worked before" and "now work, bu