[Bug inline-asm/92352] ICE in force_constant_size

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 4 13:02:00 GMT 2019


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
                 CC|                            |jakub at gcc dot gnu.org
          Component|c                           |inline-asm

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Doesn't look like a regression, ICEs since forever, in different spots, e.g.
3.2 ICEs in emit_move_insn, 4.0 in create_tmp_var.
Obviously invalid code, VLAs can't be in registers, VLAs can only live in
memory.


More information about the Gcc-bugs mailing list