This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11980] [3.4 regression] ICE building cplus-dem.c for x86_64-freebsd5.1: in emit_move_insn, at expr.c:3206
- From: "ghazi at caip dot rutgers dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Aug 2003 03:34:26 -0000
- Subject: [Bug optimization/11980] [3.4 regression] ICE building cplus-dem.c for x86_64-freebsd5.1: in emit_move_insn, at expr.c:3206
- References: <20030819175403.11980.dhazeghi@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11980
------- Additional Comments From ghazi at caip dot rutgers dot edu 2003-08-26 03:34 -------
Subject: Re: [3.4 regression] ICE building cplus-dem.c for x86_64-freebsd5.1: in emit_move_insn, at expr.c:3206
I've been able to reproduce it, however I haven't been able to come up
with a fix yet, sorry. I'll have more time in a week or two. If it's
a real problem for someone, we can disable the troublesome code with
#if 0 as a stopgap. Otherwise I'll take another look early Sept.
--Kaveh