[Bug tree-optimization/15899] [3.5 Regression] internal compiler error: tree check: expected ssa_name, have var_decl in verify_ssa

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jun 9 18:53:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-09 18:53 -------
And here is the right reduced source:
void foo (char *name)
{
  if (*name)
    name ++;
  while (name[0]);
  asm ("hello, world" : "=r" (name));
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15899



More information about the Gcc-bugs mailing list