https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95724
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Richard Biener from comment #4) > Note the testcase does not ICE so ice-on-invalid is wrong. It's really > a diagnostic only. If we want sth extra to distinguish error diagnostics > from warning diagnostics then we should add one (can't come up with a good > name right now) It's like a weaker form of error-recovery but for cases that don't ICE. cascading-errors maybe.