public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [lno] bootstrap failure
@ 2004-03-31  5:58 Volker Reichelt
  2004-03-31  8:20 ` Zdenek Dvorak
  0 siblings, 1 reply; 2+ messages in thread
From: Volker Reichelt @ 2004-03-31  5:58 UTC (permalink / raw)
  To: gcc

Hi,

since roughly a week ago I cannot bootstrap the lno-branch on i86-pc-linux-gnu,
since I'm getting the following ICE:

    make[2]: Entering directory `/Work/reichelt/gccbuild/src-lno/build/gcc'
    stage1/xgcc -Bstage1/ -B/home/reichelt/GCC/FARM/gcc-lno-20040330/i686-pc-linux-gnu/bin/   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Wno-variadic-macros -Werror -fno-common   -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to  -c insn-extract.c \
      -o insn-extract.o
    insn-extract.c: In function `insn_extract':
    insn-extract.c:16: internal compiler error: in ggc_recalculate_in_use_p, at ggc-page.c:1590
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
    make[2]: *** [insn-extract.o] Error 1
    make[2]: Leaving directory `/Work/reichelt/gccbuild/src-lno/build/gcc'
    make[1]: *** [stage2_build] Error 2
    make[1]: Leaving directory `/Work/reichelt/gccbuild/src-lno/build/gcc'
    make: *** [bootstrap-lean] Error 2

I ran configure with

    ../gcc/configure --enable-threads --enable-checking --prefix=/home/reichelt/GCC/FARM/gcc-lno-20040330

Alas I cannot provide preprocessed sources, because the bugs goes away if
I add -save-temps (but then I'm getting comparison failures later).

Is anybody else seeing this?

Regards,
Volker


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

* Re: [lno] bootstrap failure
  2004-03-31  5:58 [lno] bootstrap failure Volker Reichelt
@ 2004-03-31  8:20 ` Zdenek Dvorak
  0 siblings, 0 replies; 2+ messages in thread
From: Zdenek Dvorak @ 2004-03-31  8:20 UTC (permalink / raw)
  To: Volker Reichelt; +Cc: gcc

Hello,

> since roughly a week ago I cannot bootstrap the lno-branch on i86-pc-linux-gnu,
> since I'm getting the following ICE:
> 
>     make[2]: Entering directory `/Work/reichelt/gccbuild/src-lno/build/gcc'
>     stage1/xgcc -Bstage1/ -B/home/reichelt/GCC/FARM/gcc-lno-20040330/i686-pc-linux-gnu/bin/   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Wno-variadic-macros -Werror -fno-common   -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -I../../gcc/gcc/../libbanshee/libcompat -I../../gcc/gcc/../libbanshee -I../../gcc/gcc/../libbanshee/points-to  -c insn-extract.c \
>       -o insn-extract.o
>     insn-extract.c: In function `insn_extract':
>     insn-extract.c:16: internal compiler error: in ggc_recalculate_in_use_p, at ggc-page.c:1590
>     Please submit a full bug report,
>     with preprocessed source if appropriate.
>     See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>     make[2]: *** [insn-extract.o] Error 1
>     make[2]: Leaving directory `/Work/reichelt/gccbuild/src-lno/build/gcc'
>     make[1]: *** [stage2_build] Error 2
>     make[1]: Leaving directory `/Work/reichelt/gccbuild/src-lno/build/gcc'
>     make: *** [bootstrap-lean] Error 2
> 
> I ran configure with
> 
>     ../gcc/configure --enable-threads --enable-checking --prefix=/home/reichelt/GCC/FARM/gcc-lno-20040330
> 
> Alas I cannot provide preprocessed sources, because the bugs goes away if
> I add -save-temps (but then I'm getting comparison failures later).
> 
> Is anybody else seeing this?

I bootstrap regularly on i686; however what you describe seems like that
we use some unitialized variable somewhere, which makes the problem hard
to reproduce.  You could try using valgrind to verify this.

Zdenek

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

end of thread, other threads:[~2004-03-31  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-31  5:58 [lno] bootstrap failure Volker Reichelt
2004-03-31  8:20 ` Zdenek Dvorak

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