This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/22393] ICE in emit_move_insn, at expr.c:3142
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2005 10:47:38 -0000
- Subject: [Bug other/22393] ICE in emit_move_insn, at expr.c:3142
- References: <20050710122206.22393.pluto@agmk.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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