This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14149] [3.3 Regression] libgcc2.c:731: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090


------- Additional Comments From cmosis5 at hotmail dot com  2004-02-15 20:14 -------
(In reply to comment #3)
> Confirmed, this patch fixes it though: <http://gcc.gnu.org/ml/gcc-patches/2004-01/
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]