https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119214

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
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.

Reply via email to