From: SourceForge.net <no...@so...> - 2010-01-13 01:01:16
|
Bugs item #2536024, was opened at 2009-01-25 13:26 Message generated for change (Comment added) made by arcanum You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=520074&aid=2536024&group_id=68108 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: GCC Group: None >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: SprinterSB (sprintersb) Assigned to: Nobody/Anonymous (nobody) Summary: internal compiler error: in propagate_rtx, at fwprop.c:469 Initial Comment: Whec compiled with -Os the attached source causes avr-gcc 4.3.2 to throw in ICE. The trigger is -fforward-propagate, the crash happens in pass .142r.fwprop1 e:/WinAVR-20081205/bin/avr-gcc -mmcu=atmega8 -S uput.i.c -v -Os Using built-in specs. Target: avr Configured with: ../gcc-4.3.2/configure --enable-win32-registry=WinAVR-20081205 --with-gmp=/usr/local --with-mpfr=/usr/local --prefix=/c/WinAVR --target=avr --enable-languages=c,c++,objc --with-dwarf2 --enable-doc --disable-shared --disable-libada --disable-libssp --disable-nls --with-pkgversion='WinAVR 20081205' --with-bugurl='URL:http://sourceforge.net/tracker/?atid=520074&group_id=68108&func=browse' Thread model: single gcc version 4.3.2 (WinAVR 20081205) COLLECT_GCC_OPTIONS='-mmcu=atmega8' '-S' '-v' '-Os' e:/winavr-20081205/bin/../libexec/gcc/avr/4.3.2/cc1.exe -quiet -v -imultilib avr4 -iprefix e:\winavr-20081205\bin\../lib/gcc/avr/4.3.2/ uput.i.c -quiet -dumpbase uput.i.c -mmcu=atmega8 -auxbase uput.i -Os -version -o uput.i.s ignoring nonexistent directory "e:/winavr-20081205/lib/gcc/../../avr/sys-include" #include "..." search starts here: #include <...> search starts here: e:\winavr-20081205\bin\../lib/gcc/avr/4.3.2/include e:\winavr-20081205\bin\../lib/gcc/avr/4.3.2/include-fixed e:/winavr-20081205/lib/gcc/../../lib/gcc/avr/4.3.2/include e:/winavr-20081205/lib/gcc/../../lib/gcc/avr/4.3.2/include-fixed e:/winavr-20081205/lib/gcc/../../avr/include End of search list. GNU C (WinAVR 20081205) version 4.3.2 (avr) compiled by GNU C version 3.4.5 (mingw-vista special r3), GMP version 4.2.3, MPFR version 2.3.2. GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32702 Compiler executable checksum: 67867e0bb6a39ca5af7615e31f09b8c9 uput.i.c: In function 'put_sfrac16': uput.i.c:21: internal compiler error: in propagate_rtx, at fwprop.c:469 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://sourceforge.net/tracker/?atid=520074&group_id=68108&func=browse> for instructions. ---------------------------------------------------------------------- Comment By: Eric Weddington (arcanum) Date: 2010-01-12 17:33 Message: This needs to be reported to the GCC project at: http://gcc.gnu.org/bugzilla/ This is not a WinAVR bug. The WinAVR User Manual states that any potential bugs in the GCC compiler must be reported to the GCC project and not here. Closed as "Won't Fix." ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=520074&aid=2536024&group_id=68108 |