https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119214
--- Comment #18 from Robert Dubner <rdubner at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #17) > Note, > * gengen.cc: applies if( !optimize ) test > is not properly formatted ChangeLog entry, unfortunately it got through > pre-commit hooks. > For next time, I think Richard provided what should have been written: > * gengen.cc (gg_insert_into_assembler): Prevent use > of ASM_EXPR for optimized cobol compilations. > The > This temporary fix will be replaced with a LABEL_DECL solution > part doesn't explain what changed, but future intent, that shouldn't go into > ChangeLog, but either commit message itself (outside of ChangeLog part), or > say a comment in the source. It's true: I hadn't registered that the function name is wanted in there. I suppose I tricked the hook with "( !optimize ). I don't understand why the "The creation of assembler labels..." is going to become part of the ChangeLog. That text is above the line with the gcc/cobol: designator.