[Bug middle-end/65702] [5 Regression] ICE (tree check: expected ssa_name, have var_decl in expand_gimple_basic_block, at cfgexpand.c:5506) on arm-linux-gnueabihf

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 8 18:25:00 GMT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |error-recovery,
                   |                            |ice-on-invalid-code
             Target|arm-linux-gnueabihf         |
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
More reduced:
int a[1], b;
int
foo ()
{
  register int c asm ("");
  while (b)
    if (a[5])
      c = b;
  return c;
}
ICEs even on x86_64-linux.



More information about the Gcc-bugs mailing list