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.

Reply via email to