https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58381
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu.org --- Comment #4 from Manuel López-Ibáñez <manu at gcc dot gnu.org> --- (In reply to Martin Husemann from comment #3) > This still applies to recent versions and is an obvious fix. Please apply! I personally would prefer to factor out all that repeated code into a function pch_read_fatal_error() or to an exit label and use goto pch_read_fatal_error; In any case, patches need to be submitted to gcc-patc...@gcc.gnu.org. Reviewers rarely look for patches in bugzilla. See point #8 in https://gcc.gnu.org/wiki/GettingStarted#Basics:_Contributing_to_GCC_in_10_easy_steps You should perhaps include the name of the file being patched in the subject. I'm not sure we have a maintainer for ggc anymore.