public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: ICE on stage 2
       [not found] <20030116223021.GD3153@kam.mff.cuni.cz>
@ 2003-01-17  5:12 ` Kelley Cook
  0 siblings, 0 replies; 6+ messages in thread
From: Kelley Cook @ 2003-01-17  5:12 UTC (permalink / raw)
  To: GCC Mailing List, Jan Hubicka
  Cc: Bobby McNulty Junior, Christian =?UNKNOWN?Q?J=F6nsson?=, Jan Hubicka

On Thu, 16 Jan 2003 23:30:21 +0100, Jan Hubicka wrote:

>> [This followup was posted to gmane.comp.gcc.devel and a copy 
>> was sent to the cited author.]
>> 
>> In article <MPG.188e50ce649718d5989682@news.gmane.org>, 
>> KelleyCook=Wuw85uim5zDR7s880joybQ@public.gmane.org says...
>> > In article <20030114111732.GA7036=qV6VTPpQhdfYtjvyW6yDsg@public.gmane.org>, 
>> > c.christian.joensson=zq6IREYz3ykAvxtiuMwx3w@public.gmane.org says...
>> > > On Fri, Jan 10, 2003 at 08:11:09PM -0600, Bobby McNulty Junior wrote:
>> > > > It keeps happening since yesterday. GCC 3.4 (main trunk) keeps ICEing on me.
>> > > > I've compiled it using GCC-3.2 and -g -O2
>> > > > I686-pc-cygwin, newlib.
>> > > 
>> > > <snip>
>> > > 
>> > > This happens to me too...
>> > 
>> > If you check message 
>> > 
>> > http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00870.html
>> > 
>> > I determined that Cygwin blew up after the Itanium 2 
>> > scheduler merge:
>> > 
>> > http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00608.html
>> > 
>> 
>> Sorry apparently I screwed up, it was the patch previous to 
>> that one which is causing the bootstrap failures under 
>> cygwin.  It is by Jan Hubicka:
>> 
>> http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00614.html
>> 
>> I have verified that reversing it on the current mainline 
>> allows a complete bootstrap on i686-pc-cygwin.
>
>I've commited fix for that patch about day or two later.
>Are you still having same problem? 

Yes, just checked

>Can you just throw it into debuger
>on what insn it segfaults?

Unfortunately, I think it may be a garbage collection problem.  It's
segfaulting in mirror_conflicts with as far as my limited gcc knowledge
is telling me rtx x pointing to a non-insn.

Normally we get

icc gen_sse_prologue_save insn_current_length insn_variable_length_p
insn_defaul
t_length bypass_p insn_default_latency {GC 11671k -> 4207k} {GC 13363k
-> 3606k}
 {GC 6783k -> 3706k} {GC 8396k -> 3778k} {GC 5381k -> 3930k} {GC 5809k
-> 3852k}

and it crashes.

However if I run cc1 with --params ggc-min-heapsize=256000 it does
compile with a peak memory usage of ~150MB.

Execution times (seconds)
 cfg construction      :   0.63 ( 1%) usr   0.09 ( 1%) sys   0.75 ( 1%)
wall
 cfg cleanup           :   3.72 ( 6%) usr   0.09 ( 1%) sys   3.86 ( 5%)
wall
 trivially dead code   :   1.16 ( 2%) usr   0.00 ( 0%) sys   1.23 ( 2%)
wall
 life analysis         :   1.98 ( 3%) usr   0.00 ( 0%) sys   2.03 ( 2%)
wall
 life info update      :   1.28 ( 2%) usr   0.00 ( 0%) sys   1.35 ( 2%)
wall
 preprocessing         :   0.27 (0%) usr   0.53 ( 3%) sys   0.94 ( 1%)
wall
 lexical analysis      :   0.61 ( 1%) usr   0.25 ( 1%) sys   0.86 ( 1%)
wall
 parser                :   0.72 ( 1%) usr   0.17 ( 1%) sys   0.95 ( 1%)
wall
 expand                :   0.44 ( 1%) usr   0.03 (0%) sys   0.56 ( 1%)
wall
 varconst              :   0.03 (0%) usr   0.02 (0%) sys   0.03 (0%)
wall
 integration           :   0.08 (0%) usr   0.00 ( 0%) sys   0.08 (0%)
wall
 jump                  :   1.18 ( 2%) usr   0.09 ( 1%) sys   1.50 ( 2%)
wall
 CSE                   :   2.30 ( 4%) usr   0.00 ( 0%) sys   2.39 ( 3%)
wall
 global CSE            :  31.59 (52%) usr  15.52 (91%) sys  50.06 (61%)
wall
 loop analysis         :   0.08 (0%) usr   0.00 ( 0%) sys   0.08 (0%)
wall
 bypass jumps          :   1.55 ( 3%) usr   0.03 (0%) sys   1.58 ( 2%)
wall
 CSE 2                 :   1.22 ( 2%) usr   0.00 ( 0%) sys   1.25 ( 2%)
wall
 branch prediction     :   1.94 ( 3%) usr   0.00 ( 0%) sys   2.06 ( 3%)
wall
 flow analysis         :   0.17 (0%) usr   0.00 ( 0%) sys   0.17 (0%)
wall
 combiner              :   1.28 ( 2%) usr   0.00 ( 0%) sys   1.28 ( 2%)
wall
 if-conversion         :   0.27 (0%) usr   0.02 (0%) sys   0.28 (0%)
wall
 regmove               :   0.28 (0%) usr   0.00 ( 0%) sys   0.28 (0%)
wall
 mode switching        :   0.31 ( 1%) usr   0.00 ( 0%) sys   0.33 (0%)
wall
 local alloc           :   0.70 ( 1%) usr   0.00 ( 0%) sys   0.72 ( 1%)
wall
 global alloc          :   1.13 ( 2%) usr   0.01 (0%) sys   1.16 ( 1%)
wall
 reload CSE regs       :   2.53 ( 4%) usr   0.02 (0%) sys   2.70 ( 3%)
wall
 flow 2                :   0.23 (0%) usr   0.02 (0%) sys   0.25 (0%)
wall
 if-conversion 2       :   0.11 (0%) usr   0.00 ( 0%) sys   0.12 (0%)
wall
 peephole 2            :   0.22 (0%) usr   0.02 (0%) sys   0.23 (0%)
wall
 rename registers      :   0.47 ( 1%) usr   0.00 ( 0%) sys   0.48 ( 1%)
wall
 scheduling 2          :   0.76 ( 1%) usr   0.02 (0%) sys   0.78 ( 1%)
wall
 reorder blocks        :   0.09 (0%) usr   0.00 ( 0%) sys   0.11 (0%)
wall
 shorten branches      :   0.22 (0%) usr   0.00 ( 0%) sys   0.22 (0%)
wall
 final                 :   0.44 ( 1%) usr   0.06 (0%) sys   0.56 ( 1%)
wall
 symout                :   0.00 ( 0%) usr   0.02 (0%) sys   0.05 (0%)
wall
 rest of compilation   :   0.58 ( 1%) usr   0.00 ( 0%) sys   0.69 ( 1%)
wall
 TOTAL                 :  60.59            17.02            82.05

Anything else you can suggest for me to examine for you?

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

* RE: ICE on stage 2
  2003-01-17  0:11     ` Kelley Cook
@ 2003-01-17  0:58       ` Robert McNulty Junior
  0 siblings, 0 replies; 6+ messages in thread
From: Robert McNulty Junior @ 2003-01-17  0:58 UTC (permalink / raw)
  To: gcc

I'll check again, its building right now.


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

* Re: ICE on stage 2
  2003-01-15  2:36   ` Kelley Cook
@ 2003-01-17  0:11     ` Kelley Cook
  2003-01-17  0:58       ` Robert McNulty Junior
  0 siblings, 1 reply; 6+ messages in thread
From: Kelley Cook @ 2003-01-17  0:11 UTC (permalink / raw)
  To: gcc

[This followup was posted to gmane.comp.gcc.devel and a copy 
was sent to the cited author.]

In article <MPG.188e50ce649718d5989682@news.gmane.org>, 
KelleyCook=Wuw85uim5zDR7s880joybQ@public.gmane.org says...
> In article <20030114111732.GA7036=qV6VTPpQhdfYtjvyW6yDsg@public.gmane.org>, 
> c.christian.joensson=zq6IREYz3ykAvxtiuMwx3w@public.gmane.org says...
> > On Fri, Jan 10, 2003 at 08:11:09PM -0600, Bobby McNulty Junior wrote:
> > > It keeps happening since yesterday. GCC 3.4 (main trunk) keeps ICEing on me.
> > > I've compiled it using GCC-3.2 and -g -O2
> > > I686-pc-cygwin, newlib.
> > 
> > <snip>
> > 
> > This happens to me too...
> 
> If you check message 
> 
> http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00870.html
> 
> I determined that Cygwin blew up after the Itanium 2 
> scheduler merge:
> 
> http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00608.html
> 

Sorry apparently I screwed up, it was the patch previous to 
that one which is causing the bootstrap failures under 
cygwin.  It is by Jan Hubicka:

http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00614.html

I have verified that reversing it on the current mainline 
allows a complete bootstrap on i686-pc-cygwin.

Kelley Cook

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

* Re: ICE on stage 2
  2003-01-14 16:30 ` Christian Jönsson
@ 2003-01-15  2:36   ` Kelley Cook
  2003-01-17  0:11     ` Kelley Cook
  0 siblings, 1 reply; 6+ messages in thread
From: Kelley Cook @ 2003-01-15  2:36 UTC (permalink / raw)
  To: gcc

In article <20030114111732.GA7036@j-son.org>, 
c.christian.joensson@telia.com says...
> On Fri, Jan 10, 2003 at 08:11:09PM -0600, Bobby McNulty Junior wrote:
> > It keeps happening since yesterday. GCC 3.4 (main trunk) keeps ICEing on me.
> > I've compiled it using GCC-3.2 and -g -O2
> > I686-pc-cygwin, newlib.
> 
> <snip>
> 
> This happens to me too...

If you check message 

http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00870.html

I determined that Cygwin blew up after the Itanium 2 
scheduler merge:

http://gcc.gnu.org/ml/gcc-patches/2003-01/msg00608.html

Kelley Cook

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

* Re: ICE on stage 2
  2003-01-11 13:27 Bobby McNulty Junior
@ 2003-01-14 16:30 ` Christian Jönsson
  2003-01-15  2:36   ` Kelley Cook
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Jönsson @ 2003-01-14 16:30 UTC (permalink / raw)
  To: gcc

On Fri, Jan 10, 2003 at 08:11:09PM -0600, Bobby McNulty Junior wrote:
> It keeps happening since yesterday. GCC 3.4 (main trunk) keeps ICEing on me.
> I've compiled it using GCC-3.2 and -g -O2
> I686-pc-cygwin, newlib.

<snip>

This happens to me too...

This was on a Windows XP Pro/SP1 with cygwin P4 system with these packages:

binutils  2.13.90 20021118  (cygwin ver. 20021117-1)
cygwin    1.3.18-1
dejagnu   1.4.2.x           (cygwin ver. 20021217-2)
gcc       3.2-3

In tree joined gcc and binutils cvs trunks.

LAST_UPDATED: Tue Jan 14 09:36:54 GMT 2003


config.status:
/usr/local/src/gcc-binutils/trunk/gcc-binutils/configure
--prefix=/usr/local/gcc-binutils --disable-shared
--enable-threads=posix --with-system-zlib --disable-nls
--enable-libgcj --enable-version-specific-runtime-libs
--without-included-gettext --enable-sjlj-exceptions
--with-gcc-version-trigger=/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/version.c

/bin/sh
/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/move-if-change
tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab
stage2/xgcc.exe -Bstage2/
-B/usr/local/gcc-binutils/i686-pc-cygwin/bin/ -g -O2 -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H
-DCYGWIN_CROSS_DIR=\"/usr/local/gcc-binutils/i686-pc-cygwin\"
-I. -I. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc
-I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/. -I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/config
-I/usr/local/src/gcc-binutils/trunk/gcc-binutils/gcc/../include -c
insn-attrtab.c \
  -o insn-attrtab.o
insn-attrtab.c: In function `insn_default_latency':
insn-attrtab.c:5655: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [insn-attrtab.o] Error 1
make[2]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
make[1]: *** [stage3_build] Error 2
make[1]: Leaving directory `/usr/local/src/gcc-binutils/trunk/objdir/gcc'
make: *** [bootstrap-lean] Error 2


Cheers,

/ChJ

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

* ICE on stage 2
@ 2003-01-11 13:27 Bobby McNulty Junior
  2003-01-14 16:30 ` Christian Jönsson
  0 siblings, 1 reply; 6+ messages in thread
From: Bobby McNulty Junior @ 2003-01-11 13:27 UTC (permalink / raw)
  To: gcc

It keeps happening since yesterday. GCC 3.4 (main trunk) keeps ICEing on me.
I've compiled it using GCC-3.2 and -g -O2
I686-pc-cygwin, newlib.

<snip>

Here's the
outputstage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -D
IN_GCC   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/diagnostic.c -o
diagnostic.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/doloop.c -o doloop.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/dominance.c -o dominance.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/dwarf2asm.c -o dwarf2asm.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/dwarf2out.c -o dwarf2out.o
../../gcc/gcc/dwarf2out.c:3441: warning: `next_die_offset' defined but not
used
../../gcc/gcc/dwarf2out.c:3448: warning: `is_main_source' defined but not
used
../../gcc/gcc/dwarf2out.c:3467: warning: `file_table' defined but not used
../../gcc/gcc/dwarf2out.c:3478: warning: `decl_die_table_in_use' defined but
not
 used
../../gcc/gcc/dwarf2out.c:3494: warning: `abbrev_die_table_in_use' defined
but n
ot used
../../gcc/gcc/dwarf2out.c:3509: warning: `line_info_table_in_use' defined
but no
t used
../../gcc/gcc/dwarf2out.c:3520: warning: `separate_line_info_table_in_use'
defin
ed but not used
../../gcc/gcc/dwarf2out.c:3534: warning: `pubname_table_in_use' defined but
not
used
../../gcc/gcc/dwarf2out.c:3547: warning: `arange_table_in_use' defined but
not u
sed
../../gcc/gcc/dwarf2out.c:3560: warning: `ranges_table_in_use' defined but
not u
sed
../../gcc/gcc/dwarf2out.c:3567: warning: `have_location_lists' defined but
not u
sed
../../gcc/gcc/dwarf2out.c:3570: warning: `current_function_has_inlines'
defined
but not used
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/dwarfout.c -o dwarfout.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/emit-rtl.c -o emit-rtl.o
../../gcc/gcc/emit-rtl.c: In function `set_mem_attributes_minus_bitpos':
../../gcc/gcc/emit-rtl.c:1852: warning: comparison between signed and
unsigned
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/except.c -o except.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/explow.c -o explow.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/expmed.c -o expmed.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/expr.c -o expr.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/final.c -o final.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/flow.c -o flow.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/fold-const.c -o
fold-const.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/function.c -o function.o
../../gcc/gcc/function.c: In function `assign_stack_temp_for_type':
../../gcc/gcc/function.c:737: warning: signed and unsigned type in
conditional e
xpression
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/gcse.c -o gcse.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include genrtl.c -o genrtl.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/ggc-common.c -o
ggc-common.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/global.c -o global.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/graph.c -o graph.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include gtype-desc.c -o gtype-desc.o
gtype-desc.c: In function `gt_ggc_m_SP9tree_node17splay_tree_node_s':
gtype-desc.c:1013: warning: comparison between pointer and integer
gtype-desc.c:1013: warning: passing arg 1 of `gt_ggc_mx_lang_tree_node'
makes po
inter from integer without a cast
gtype-desc.c: In function `gt_pch_n_SP9tree_node17splay_tree_node_s':
gtype-desc.c:2139: warning: passing arg 1 of `gt_pch_n_S' makes pointer from
int
eger without a cast
gtype-desc.c:2140: warning: comparison between pointer and integer
gtype-desc.c:2140: warning: passing arg 1 of `gt_pch_nx_lang_tree_node'
makes po
inter from integer without a cast
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/haifa-sched.c -o
haifa-sched.o

stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/hooks.c -o hooks.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/ifcvt.c -o ifcvt.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE   -DCY
GWIN
_CROSS_DIR=\"/usr/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc
/gcc
/. -I../../gcc/gcc/config -I../../gcc/gcc/../include
../../gcc/gcc/genattrtab.c
-o genattrtab.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE   -DCY
GWIN
_CROSS_DIR=\"/usr/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc
/gcc
/. -I../../gcc/gcc/config -I../../gcc/gcc/../include
../../gcc/gcc/genautomata.c
 -o genautomata.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/ -c   -O2 -DIN_GCC
   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtradition
al -
pedantic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"
/usr
/local/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gc
c/gc
c/config -I../../gcc/gcc/../include ../../gcc/gcc/varray.c -o varray.o
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/   -O2 -DIN_GCC   
-W -
Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional 
-ped
antic -Wno-long-long -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE  -o
genattrta
b.exe \
 genattrtab.o genautomata.o \
 rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o
print-rtl1.
o errors.o \
 varray.o ../libiberty/libiberty.a -lm
./genattrtab.exe ../../gcc/gcc/config/i386/i386.md > tmp-attrtab.c
Check description...done
Reservation transformation...done
Check unit distributions to automata...done
Prepare automaton `pentium' creation...done
Create automaton `pentium' (1 star is 100 new states): done
Make DFA `pentium' (1 star is 100 new states): done
Minimize DFA `pentium'...done
Prepare automaton `pentium_fpu' creation...done
Create automaton `pentium_fpu' (1 star is 100 new states): done
Make DFA `pentium_fpu' (1 star is 100 new states): done
Minimize DFA `pentium_fpu'...done
Prepare automaton `athlon' creation...done
Create automaton `athlon' (1 star is 100 new states):*** done
Make DFA `athlon' (1 star is 100 new states): done
Minimize DFA `athlon'...done
Prepare automaton `athlon_load' creation...done
Create automaton `athlon_load' (1 star is 100 new states): done
Make DFA `athlon_load' (1 star is 100 new states): done
Minimize DFA `athlon_load'...done
Prepare automaton `athlon_mult' creation...done
Create automaton `athlon_mult' (1 star is 100 new states): done
Make DFA `athlon_mult' (1 star is 100 new states): done
Minimize DFA `athlon_mult'...done
Prepare automaton `athlon_fp' creation...done
Create automaton `athlon_fp' (1 star is 100 new states):***** done
Make DFA `athlon_fp' (1 star is 100 new states): done
Minimize DFA `athlon_fp'...done
Generation of attributes...done
All other genattrtab stuff...done
Forming and outputing automata tables...done
Output functions to work with automata...done

Automaton `pentium'
       48 NDFA states,            138 NDFA arcs
       48 DFA states,             138 DFA arcs
       20 minimal DFA states,      82 minimal DFA arcs
      138 all insns         17 insn equivalence classes
   91 transition comb vector els,   340 trans table els: use comb vect
   91 state alts comb vector els,   340 state alts table els: use comb vect
  340 min delay table els, compression factor 2

Automaton `pentium_fpu'
       80 NDFA states,            172 NDFA arcs
       80 DFA states,             172 DFA arcs
       75 minimal DFA states,     162 minimal DFA arcs
      138 all insns          8 insn equivalence classes
  164 transition comb vector els,   600 trans table els: use comb vect
  164 state alts comb vector els,   600 state alts table els: use comb vect
  600 min delay table els, compression factor 1

Automaton `athlon'
      336 NDFA states,           1088 NDFA arcs
      336 DFA states,            1088 DFA arcs
       56 minimal DFA states,     234 minimal DFA arcs
      138 all insns          8 insn equivalence classes
  251 transition comb vector els,   448 trans table els: use simple vect
  251 state alts comb vector els,   448 state alts table els: use simple
vect
  448 min delay table els, compression factor 2

Automaton `athlon_load'
       27 NDFA states,            108 NDFA arcs
       27 DFA states,             108 DFA arcs
       27 minimal DFA states,     108 minimal DFA arcs
      138 all insns          5 insn equivalence classes
  119 transition comb vector els,   135 trans table els: use simple vect
  119 state alts comb vector els,   135 state alts table els: use simple
vect
  135 min delay table els, compression factor 4

Automaton `athlon_mult'
       16 NDFA states,             48 NDFA arcs
       16 DFA states,              48 DFA arcs
       16 minimal DFA states,      48 minimal DFA arcs
      138 all insns          4 insn equivalence classes
   52 transition comb vector els,    64 trans table els: use simple vect
   52 state alts comb vector els,    64 state alts table els: use simple
vect
   64 min delay table els, compression factor 2

Automaton `athlon_fp'
      512 NDFA states,           3808 NDFA arcs
      512 DFA states,            3808 DFA arcs
      512 minimal DFA states,    3808 minimal DFA arcs
      138 all insns         11 insn equivalence classes
 4767 transition comb vector els,  5632 trans table els: use simple vect
 4767 state alts comb vector els,  5632 state alts table els: use simple
vect
 5632 min delay table els, compression factor 2

 1185 all allocated states,      4442 all allocated arcs
 3748 all allocated alternative states
 5444 all transition comb vector els,  7219 all trans table els
 5444 all state alts comb vector els,  7219 all state alts table els
 7219 all min delay table els
    0 locked states num

  transformation: 0.000000, building DFA: 0.343000
  DFA minimization: 0.000000, making insn equivalence: 0.000000
 all automaton generation: 0.359000, output: 0.140000
/bin/sh ../../gcc/gcc/move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
stage1/xgcc.exe -Bstage1/ -B/usr/local/i686-pc-cygwin/bin/   -O2 -DIN_GCC   
-W -
Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional 
-ped
antic -Wno-long-long -fno-common  -DHAVE_CONFIG_H   -DCYGWIN_CROSS_DIR=\"/us
r/lo
cal/i686-pc-cygwin\" -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/g
cc/c
onfig -I../../gcc/gcc/../include -c insn-attrtab.c \
  -o insn-attrtab.o
insn-attrtab.c: In function `insn_default_latency':
insn-attrtab.c:5655: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [insn-attrtab.o] Error 1
make[2]: Leaving directory `/home/Robert/gcc-3.4/o3/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/Robert/gcc-3.4/o3/gcc'
make: *** [bootstrap] Error 2

Robert@BOBBY ~/gcc-3.4/o3
$


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

end of thread, other threads:[~2003-01-17  1:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030116223021.GD3153@kam.mff.cuni.cz>
2003-01-17  5:12 ` ICE on stage 2 Kelley Cook
2003-01-11 13:27 Bobby McNulty Junior
2003-01-14 16:30 ` Christian Jönsson
2003-01-15  2:36   ` Kelley Cook
2003-01-17  0:11     ` Kelley Cook
2003-01-17  0:58       ` Robert McNulty Junior

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