http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898
Eric Weddington <eric.weddington at atmel dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.weddington at atmel | |dot com --- Comment #16 from Eric Weddington <eric.weddington at atmel dot com> 2011-07-24 22:32:03 UTC --- (In reply to comment #15) > Same problem with the AVR arch, using the same testcase: > avr-gcc-4.5.2: OK > avr-gcc-4.6.0: avr-gcc -gdwarf-2 foo.c > foo.c:1:0: internal compiler error: in dwarf2out_frame_init, at > dwarf2out.c:4260 > Please submit a full bug report, > with preprocessed source if appropriate. > > $ avr-gcc -v > Using built-in specs. > COLLECT_GCC=/usr/bin/avr-gcc > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/avr/4.6.0/lto-wrapper > Target: avr > Configured with: ../gcc-4.6.0/configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info --target=avr --enable-languages=c,c++ --disable-nls > --disable-libssp --with-system-zlib --enable-version-specific-runtime-libs > --with-pkgversion='Fedora 4.6.0-1.fc14' > --with-bugurl=https://bugzilla.redhat.com/ > Thread model: single > gcc version 4.6.0 (Fedora 4.6.0-1.fc14) Thibault, Please retest with trunk and/or 4.6.1, and if problem still exists on avr target then please submit a separate bug report. Eric Weddington