From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20749 invoked by alias); 15 Feb 2004 20:15:01 -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 20740 invoked by uid 48); 15 Feb 2004 20:15:00 -0000 Date: Sun, 15 Feb 2004 20:15:00 -0000 Message-ID: <20040215201500.20739.qmail@sources.redhat.com> From: "cmosis5 at hotmail dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040215112734.14149.cmosis5@hotmail.com> References: <20040215112734.14149.cmosis5@hotmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/14149] [3.3 Regression] libgcc2.c:731: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090 X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg01576.txt.bz2 List-Id: ------- Additional Comments From cmosis5 at hotmail dot com 2004-02-15 20:14 ------- (In reply to comment #3) > Confirmed, this patch fixes it though: msg02030.html>. > > This is the patch which caused it: http://gcc.gnu.org/ml/gcc-cvs/2004-01/msg00324.html That doesn't seem to fix it. I looked at the first link you sent - I changed that one line in avr.c as listed at the bottom of the page in your above link. However, then you get this error upon 'make': caller-save.c: In function `init_caller_save': caller-save.c:157: `BASE_POINT_REGS' undeclared (first use in this function) caller-save.c:157: (Each undeclared identifier is reported only once caller-save.c:157: for each function it appears in.) caller-save.c:157: called object is not a function make[1]: *** [caller-save.o] Error 1 make[1]: Leaving directory `/usr/delme/gcc-3.3.3/gcc' make: *** [all-gcc] Error 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14149