From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21887 invoked by alias); 11 Jul 2005 10:47:46 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21518 invoked by uid 48); 11 Jul 2005 10:47:38 -0000 Date: Mon, 11 Jul 2005 11:02:00 -0000 Message-ID: <20050711104738.21517.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050710122206.22393.pluto@agmk.net> References: <20050710122206.22393.pluto@agmk.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/22393] ICE in emit_move_insn, at expr.c:3142 X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg01248.txt.bz2 List-Id: ------- 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