[Bug other/22393] ICE in emit_move_insn, at expr.c:3142

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jul 11 11:02:00 GMT 2005


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-07-11 10:47 -------
Reduced testcase (compile with "gcc -O -std=gnu99"):

================================================
__complex__ double foo (__complex__ double x)
{
    return 1.0 / x * -1.0i;
}
================================================

Andrew, this was really fixed by your patch for PR 22356.

Do you want to add this as a testcase, since the one in PR22356
only triggers with an additional patch of yours?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org, reichelt at gcc dot gnu
                   |                            |dot org
  BugsThisDependsOn|                            |22356
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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



More information about the Gcc-bugs mailing list