public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/46112] New: internal compiler error
@ 2010-10-21  8:23 k.schoenmakers at sigmae dot nl
  2010-10-21  9:43 ` [Bug c/46112] " mikpe at it dot uu.se
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: k.schoenmakers at sigmae dot nl @ 2010-10-21  8:23 UTC (permalink / raw)
  To: gcc-bugs

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)]=' '};


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-05 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-21  8:23 [Bug c/46112] New: internal compiler error k.schoenmakers at sigmae dot nl
2010-10-21  9:43 ` [Bug c/46112] " mikpe at it dot uu.se
2010-10-27 20:59 ` pinskia at gcc dot gnu.org
2014-02-05 20:09 ` mpolacek at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).