[Bug cobol/119214] debug volatile asm breaks assembling
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 14 12:57:21 GMT 2025
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.
More information about the Gcc-bugs
mailing list