https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121701
Bug ID: 121701 Summary: Show error/warning/note inline for 'excess errors' if there's only one Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org Target Milestone: --- Created attachment 62222 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62222&action=edit test.patch richi mentioned this when discussing some other test output enhancements. Right now, we show "excess errors" even if there's only one error: (or whatever) triggering it. I tried the attached patch to fail early in gcc-dg-test-1 in gcc/testsuite/lib/gcc-dg.exp but this is too early, it's before any XFAILs etc have been applied.