https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79165
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|dmalcolm at gcc dot gnu.org |unassigned at gcc dot gnu.org --- Comment #22 from David Malcolm <dmalcolm at gcc dot gnu.org> --- (In reply to David Malcolm from comment #18) > I wonder if it's worth injecting the equivalent of > -fno-diagnostics-show-caret > into the Fortran FE for when it's throwing away diagnostics, perhaps by > turning > gfc_buffer_error's bool flag into a tri-state: > * unbuffered > * buffered > * discarderd Given that the slowdown is fixed, I believe that attempting this optimization is the only remaining part of this bug. I don't plan to attempt it for gcc 7. Should the "Target Milestone" and/or "Priority" be updated?