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

* [Bug c/46112] internal compiler error
  2010-10-21  8:23 [Bug c/46112] New: internal compiler error k.schoenmakers at sigmae dot nl
@ 2010-10-21  9:43 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: mikpe at it dot uu.se @ 2010-10-21  9:43 UTC (permalink / raw)
  To: gcc-bugs

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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2010-10-21 09:43:04 UTC ---
Confirmed on i686-pc-linux-gnu (msp430 doesn't seem to be a supported target in
upstream gcc).

> cat pr46112.c
static char e1_mylongtag[100] = {[0 ... (100 -1)]=" "};
> objdir/gcc/xgcc -Bobjdir/gcc -S pr46112.c
pr46112.c:1:1: internal compiler error: in pop_init_level, at c-typeck.c:6930
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
> objdir/gcc/xgcc -Bobjdir/gcc -v
Reading specs from objdir/gcc/specs
COLLECT_GCC=objdir/gcc/xgcc
COLLECT_LTO_WRAPPER=objdir/gcc/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /tmp/gcc-4.6-20101016/configure
--prefix=/home/mikpe/pkgs/linux-x86/gcc-4.6.0
--with-gmp=/home/mikpe/pkgs/linux-x86/gmp-4.3.2
--with-mpfr=/home/mikpe/pkgs/linux-x86/mpfr-2.4.2
--with-mpc=/home/mikpe/pkgs/linux-x86/mpc-0.8.2 --disable-plugin --disable-lto
--disable-nls --disable-shared --disable-libmudflap --enable-threads=posix
--enable-checking=release --enable-languages=c
Thread model: posix
gcc version 4.6.0 20101016 (experimental) (GCC)

ICEs every gcc from 4.6 down to 3.2.3, but 2.95.3 works.

Given the source I'm guessing this is ice-on-invalid-code.


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

* [Bug c/46112] internal compiler error
  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
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2010-10-27 20:59 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.10.27 20:58:43
     Ever Confirmed|0                           |1
      Known to fail|                            |4.1.2, 4.3.2, 4.6.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-10-27 20:58:43 UTC ---
Confirmed.


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

* [Bug c/46112] internal compiler error
  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
  2 siblings, 0 replies; 4+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-02-05 20:09 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed in r205543.


^ 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).