[Bug c/39307] New: avr-gcc ICE in start_function, at c-decl.c:6248

regehr at cs dot utah dot edu gcc-bugzilla@gcc.gnu.org
Wed Feb 25 18:46:00 GMT 2009


Seen in avr-gcc 4.3.3 built using the script that comes with FemtoOS 0.88.

[regehr@babel tmp40]$ avr-gcc -mmcu=atmega128 small.c
small.c:3: internal compiler error: in start_function, at c-decl.c:6248
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

[regehr@babel tmp40]$ cat small.c

__attribute ((signal))
void __vector_15 (void)
{
}

[regehr@babel tmp40]$ avr-gcc -v

Using built-in specs.
Target: avr
Configured with: ../gcc-4.3.3/configure --prefix=/home/regehr/z/avr-gcc-test
--target=avr --with-gnu-ld --with-gnu-as --enable-languages=c,c++ --disable-nls
--disable-libssp --with-dwarf2
Thread model: single
gcc version 4.3.3 (GCC)


-- 
           Summary: avr-gcc ICE in start_function, at c-decl.c:6248
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: regehr at cs dot utah dot edu
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: avr


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39307



More information about the Gcc-bugs mailing list