[Bug c/46112] New: internal compiler error

k.schoenmakers at sigmae dot nl gcc-bugzilla@gcc.gnu.org
Thu Oct 21 08:23:00 GMT 2010


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

           Summary: internal compiler error
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: k.schoenmakers@sigmae.nl


Target: msp430
Configured with:
/home/kees/embedded/msp430/mspgcc4/build/gcc-4.4.3-build/../gcc-4.4.3/configure
--prefix=/opt/msp430-4 --target=msp430 --enable-languages=c,c++
--with-pkgversion=MSPGCC4_r4-20100210
Thread model: single
gcc versie 4.4.3 (MSPGCC4_r4-20100210) 

Eeromalloc.h:61: internal compiler error: in pop_init_level, at c-typeck.c:5497
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [Eerom.o] Fout 1


line in error
EEROM1  BYTE    e1_mylongtag[H_LTAG_LEN]  = {[0 ... (H_LTAG_LEN-1)]=" "};

line without error
EEROM1  BYTE    e1_mylongtag[H_LTAG_LEN]  = {[0 ... (H_LTAG_LEN-1)]=0x20};

line without error
EEROM1  BYTE    e1_mylongtag[H_LTAG_LEN]  = {[0 ... (H_LTAG_LEN-1)]=' '};



More information about the Gcc-bugs mailing list