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:34 -------
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #3)
> 
> 
> Ignore that last comment I made, typo in avr.h file. I'm trying the patch again.
> 

Yes, that error In comment #4 still stands. I made this change to avr.h:

#define BASE_REG_CLASS (reload_completed ? BASE_POINT_REGS : POINTER_REGS)
/* A macro whose definition is the name of the class to which a valid

I get this error:
gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
  -DHAVE_CONFIG_H    -I. -I. -I. -I./. -I./config -I./../include caller-save.c
-o caller-save.o
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.)
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]