This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/26504] compute_frame_pointer_to_cfa_displacement error for avr target with --with-dwarf2
- From: "bjkeen at super dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2006 16:06:07 -0000
- Subject: [Bug target/26504] compute_frame_pointer_to_cfa_displacement error for avr target with --with-dwarf2
- References: <bug-26504-12286@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from bjkeen at super dot org 2006-03-02 16:06 -------
I have this same problem, only with Fedora Core 2/x86, building the
cross-compiler for AVR as well. gcc4.1 and gcc 4.03 both stop with this error.
I have attached the preprocessed source file resulting from the following
command.
bash-2.05b$ /scr/gcc41avrbld/./gcc/xgcc -B/scr/gcc41avrbld/./gcc/
-B/u03/bjkeen/local/avr/bin/ -B/u03/bjkeen/local/avr/lib/ -isystem
/u03/bjkeen/local/avr/include -isystem /u03/bjkeen/local/avr/sys-include -O2
-O2 -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem
./include -DDF=SF -Dinhibit_libc -mcall-prologues -g -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-4.1.0/gcc
-I../../gcc-4.1.0/gcc/. -I../../gcc-4.1.0/gcc/../include
-I../../gcc-4.1.0/gcc/../libcpp/include -DL_fixunssfsi -c
../../gcc-4.1.0/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o -save-temps
../../gcc-4.1.0/gcc/libgcc2.c: In function '__fixunssfsi':
../../gcc-4.1.0/gcc/libgcc2.c:1499: internal compiler error: in
compute_frame_pointer_to_cfa_displacement, at dwarf2out.c:10445
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26504