public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
@ 2004-03-20 10:26 jv244 at cam dot ac dot uk
  2004-03-20 17:18 ` [Bug bootstrap/14662] " pinskia at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: jv244 at cam dot ac dot uk @ 2004-03-20 10:26 UTC (permalink / raw)
  To: gcc-bugs

a fresh co with: 
cvs -d :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc -z 9 co -P -rtree-ssa-
20020619-branch gcc
and configure with:
/data1/vondele/gcc-g95/gcc/configure --prefix=/data1/vondele/gcc-g95/ --with-
gmp-dir=/data1/vondele/gmp-4.1.2/ --enable-languages=c,f95

fails to bootstrap with
stage1/xgcc -Bstage1/ -B/data1/vondele/gcc-g95//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/data1/vondele/gcc-
g95/gcc/gcc -I/data1/vondele/gcc-g95/gcc/gcc/. -I/data1/vondele/gcc-
g95/gcc/gcc/../include -I/data1/vondele/gcc-
g95/gcc/gcc/../libbanshee/libcompat -I/data1/vondele/gcc-
g95/gcc/gcc/../libbanshee -I/data1/vondele/gcc-
g95/gcc/gcc/../libbanshee/points-to -I/data1/vondele/gmp-4.1.2/ -c insn-
extract.c \
  -o insn-extract.o
insn-extract.c: In function `insn_extract':
insn-extract.c:16: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [tree-ssa] bootstrap failure on i686-pc-linux-gnu,
                    insn_extract
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
@ 2004-03-20 17:18 ` pinskia at gcc dot gnu dot org
  2004-03-20 19:20 ` pinskia at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-20 17:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code,
                   |                            |wrong-code
            Summary|[tree-ssa] bootstrap failure|[tree-ssa] bootstrap failure
                   |on i686-pc-linux-gnu,       |on i686-pc-linux-gnu,
                   |insn_extract                |insn_extract
   Target Milestone|---                         |tree-ssa


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
  2004-03-20 17:18 ` [Bug bootstrap/14662] " pinskia at gcc dot gnu dot org
@ 2004-03-20 19:20 ` pinskia at gcc dot gnu dot org
  2004-03-21  2:10 ` pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-20 19:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-20 19:20 -------
I think this is a GC problem somewhere as I cannot (on a modified source though) 
bootstrap on powerpc-apple-darwin either:
[address=a5a5a5b1 pc=0053cc78]
/Users/pinskia/src/gcc-tree-ssa/gcc/gcc/c-decl.c: In function `merge_decls':
/Users/pinskia/src/gcc-tree-ssa/gcc/gcc/c-decl.c:1281: internal compiler error: 
Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|wrong-code                  |


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
  2004-03-20 17:18 ` [Bug bootstrap/14662] " pinskia at gcc dot gnu dot org
  2004-03-20 19:20 ` pinskia at gcc dot gnu dot org
@ 2004-03-21  2:10 ` pinskia at gcc dot gnu dot org
  2004-03-21  8:40 ` jv244 at cam dot ac dot uk
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-21  2:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-21 02:10 -------
Actually the failure I see on powerpc-apple-darwin was my bug in the code I added sorry. 
I do not see otherwise.  Oh by the way what is your stack limit?

-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (2 preceding siblings ...)
  2004-03-21  2:10 ` pinskia at gcc dot gnu dot org
@ 2004-03-21  8:40 ` jv244 at cam dot ac dot uk
  2004-03-23 17:57 ` dnovillo at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jv244 at cam dot ac dot uk @ 2004-03-21  8:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jv244 at cam dot ac dot uk  2004-03-21 08:40 -------
(In reply to comment #2)
> I do not see otherwise.  Oh by the way what is your stack limit?
stack limit was 8Mb. However, after 
limit stacksize 65536
and a clean make bootstrap it segfaults in the same place.

-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (3 preceding siblings ...)
  2004-03-21  8:40 ` jv244 at cam dot ac dot uk
@ 2004-03-23 17:57 ` dnovillo at gcc dot gnu dot org
  2004-03-23 18:30 ` jv244 at cam dot ac dot uk
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2004-03-23 17:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at gcc dot gnu dot org  2004-03-23 17:57 -------

Joost,

Perhaps you are having memory hardware problems?  I've just bootstrapped today's
branch with the same GMP version and configure switches.  The branch is working
on several different architectures, as well.

$ rpm -q gmp
gmp-4.1.2-5

$ /home/cygnus/dnovillo/tree-ssa-01/src/configure
--prefix=/home/cygnus/dnovillo/tree-ssa-01/native --enable-languages=c,f95
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
[ ... ]

$ make bootstrap
Configuring in libiberty
configure: creating cache ./config.cache
[ ... ]

$ echo $?
0

$ ulimit -a
core file size        (blocks, -c) unlimited
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) 4
max memory size       (kbytes, -m) 1132260
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) 10240
cpu time             (seconds, -t) unlimited
max user processes            (-u) 7168
virtual memory        (kbytes, -v) 2361224

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (4 preceding siblings ...)
  2004-03-23 17:57 ` dnovillo at gcc dot gnu dot org
@ 2004-03-23 18:30 ` jv244 at cam dot ac dot uk
  2004-03-23 18:41 ` dnovillo at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jv244 at cam dot ac dot uk @ 2004-03-23 18:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jv244 at cam dot ac dot uk  2004-03-23 18:30 -------
(In reply to comment #4)
> Joost,
> 
> Perhaps you are having memory hardware problems?  

I can't exclude that (didn't run memtest). I did bootstrap the compiler on
another machine (with the same packages installed according to our CO) and that
worked fine. On the other hand, it is perfectly reproducable, and would be the
first problem with the machine (nevertheless, will be replaced somewhere next week).

However, one difference between the machines is the amount of memory available
and the older CPU. Also, I've following limits.

 limit
cputime 	0:0-1
filesize 	4194303 kbytes
datasize 	4194303 kbytes
stacksize 	8192 kbytes     ! tried various sizes
coredumpsize 	4194303 kbytes
memoryuse 	4194303 kbytes
vmemoryuse 	4194303 kbytes
descriptors 	1024 
memorylocked 	4194303 kbytes
maxproc 	256 
openfiles 	1024 

and this is what free returns:
             total       used       free     shared    buffers     cached
Mem:        515260     509496       5764          0      29784     313396
-/+ buffers/cache:     166316     348944
Swap:      1052248      24500    1027748

I've tried once the offending command in gdb, but I'm not experienced enough to
get more info.

-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (6 preceding siblings ...)
  2004-03-23 18:41 ` dnovillo at gcc dot gnu dot org
@ 2004-03-23 18:41 ` dnovillo at redhat dot com
  2004-03-23 19:00 ` dnovillo at redhat dot com
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at redhat dot com @ 2004-03-23 18:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at redhat dot com  2004-03-23 18:41 -------
Subject: Re:  [tree-ssa] bootstrap failure on
	i686-pc-linux-gnu, insn_extract

On Tue, 2004-03-23 at 13:30, jv244 at cam dot ac dot uk wrote:

> I've tried once the offending command in gdb, but I'm not experienced enough to
> get more info.
>
Let's see if I can reproduce it locally with a .i file.  I've got a
256Mb RAM P3 that should be smaller than your old machine.

Do the following:

     1. Cut and paste the compile command that gets the SEGV.
     2. Add the switches -v -save-temps.
     3. Attach the output you get.
     4. Attach the generated insn-extract.i to the PR.

I will try to reproduce the problem locally.



-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (5 preceding siblings ...)
  2004-03-23 18:30 ` jv244 at cam dot ac dot uk
@ 2004-03-23 18:41 ` dnovillo at gcc dot gnu dot org
  2004-03-23 18:41 ` dnovillo at redhat dot com
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2004-03-23 18:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dnovillo at gcc dot gnu dot
                   |dot org                     |org
             Status|WAITING                     |ASSIGNED


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (7 preceding siblings ...)
  2004-03-23 18:41 ` dnovillo at redhat dot com
@ 2004-03-23 19:00 ` dnovillo at redhat dot com
  2004-03-23 19:15 ` jv244 at cam dot ac dot uk
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at redhat dot com @ 2004-03-23 19:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at redhat dot com  2004-03-23 19:00 -------
Subject: Re:  [tree-ssa] bootstrap failure on
	i686-pc-linux-gnu, insn_extract

On Tue, 2004-03-23 at 13:54, jv244 at cam dot ac dot uk wrote:

> files out and insn-extract.i
>
But this shows that the file compiled just fine.  And, indeed, the file
compiles with no errors on my old P3.

I need you to post the .i files that causes your machine to SEGV.


Diego.



-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (8 preceding siblings ...)
  2004-03-23 19:00 ` dnovillo at redhat dot com
@ 2004-03-23 19:15 ` jv244 at cam dot ac dot uk
  2004-03-23 19:55 ` dnovillo at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jv244 at cam dot ac dot uk @ 2004-03-23 19:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jv244 at cam dot ac dot uk  2004-03-23 19:15 -------
(In reply to comment #10)
with that string compilation goes fine



-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (9 preceding siblings ...)
  2004-03-23 19:15 ` jv244 at cam dot ac dot uk
@ 2004-03-23 19:55 ` dnovillo at gcc dot gnu dot org
  2004-03-25 15:34 ` dnovillo at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2004-03-23 19:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at gcc dot gnu dot org  2004-03-23 19:54 -------

Bootstrap succeeded on a 256Mb i686-pc-linux-gnu with the same configure
options.  Your system's memory is likely faulty.  Try running memtest on it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (10 preceding siblings ...)
  2004-03-23 19:55 ` dnovillo at gcc dot gnu dot org
@ 2004-03-25 15:34 ` dnovillo at gcc dot gnu dot org
  2004-03-25 15:41 ` jv244 at cam dot ac dot uk
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2004-03-25 15:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at gcc dot gnu dot org  2004-03-25 15:34 -------
Actually, I think I can reproduce this now.  While cleaning up tree-cfg.c, I ran
into this exact same SEGV.  We were going beyond the ends of a local array
inside tree-ssa-alias.c.

I'm testing a fix right now.  Joost, do you still have access to this machine?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (11 preceding siblings ...)
  2004-03-25 15:34 ` dnovillo at gcc dot gnu dot org
@ 2004-03-25 15:41 ` jv244 at cam dot ac dot uk
  2004-03-25 15:50 ` dnovillo at redhat dot com
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jv244 at cam dot ac dot uk @ 2004-03-25 15:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jv244 at cam dot ac dot uk  2004-03-25 15:41 -------
(In reply to comment #13)
> Actually, I think I can reproduce this now.  While cleaning up tree-cfg.c, I ran
> into this exact same SEGV.  We were going beyond the ends of a local array
> inside tree-ssa-alias.c.
> 
> I'm testing a fix right now.  Joost, do you still have access to this machine?

:-) The poor old machine was just doing its job it seems. 
Yes, it is still around.

-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (12 preceding siblings ...)
  2004-03-25 15:41 ` jv244 at cam dot ac dot uk
@ 2004-03-25 15:50 ` dnovillo at redhat dot com
  2004-03-25 16:03 ` jv244 at cam dot ac dot uk
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at redhat dot com @ 2004-03-25 15:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at redhat dot com  2004-03-25 15:50 -------
Subject: Re:  [tree-ssa] bootstrap failure on
	i686-pc-linux-gnu, insn_extract

On Thu, 2004-03-25 at 10:41, jv244 at cam dot ac dot uk wrote:

> :-) The poor old machine was just doing its job it seems. 
>
:)

> Yes, it is still around.
>
Good.  After I test the patch locally, I'll update the PR.  If you have
time, could you try to bootstrap once again on that box?


Thanks.



-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (13 preceding siblings ...)
  2004-03-25 15:50 ` dnovillo at redhat dot com
@ 2004-03-25 16:03 ` jv244 at cam dot ac dot uk
  2004-03-25 16:07 ` dnovillo at redhat dot com
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jv244 at cam dot ac dot uk @ 2004-03-25 16:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jv244 at cam dot ac dot uk  2004-03-25 16:03 -------
(In reply to comment #15)
> >
> Good.  After I test the patch locally, I'll update the PR.  If you have
> time, could you try to bootstrap once again on that box?

sure, but if it involves anything more complicated than ./contrib/gcc_update, I
might need detailed instructions ... (fool proof is clearly an inappropriate term).

-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (14 preceding siblings ...)
  2004-03-25 16:03 ` jv244 at cam dot ac dot uk
@ 2004-03-25 16:07 ` dnovillo at redhat dot com
  2004-03-25 18:43 ` dnovillo at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at redhat dot com @ 2004-03-25 16:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at redhat dot com  2004-03-25 16:07 -------
Subject: Re:  [tree-ssa] bootstrap failure on
	i686-pc-linux-gnu, insn_extract

On Thu, 2004-03-25 at 11:03, jv244 at cam dot ac dot uk wrote:
> ------- Additional Comments From jv244 at cam dot ac dot uk  2004-03-25 16:03 -------
> (In reply to comment #15)
> > >
> > Good.  After I test the patch locally, I'll update the PR.  If you have
> > time, could you try to bootstrap once again on that box?
> 
> sure, but if it involves anything more complicated than ./contrib/gcc_update, I
> might need detailed instructions ... (fool proof is clearly an inappropriate term).
>
It won't.  After I get a clean bootstrap locally, I will commit to the
branch.  You can then run gcc_update or get a source snapshot from
http://gcc.gnu.org/projects/tree-ssa/

Thanks.



-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (15 preceding siblings ...)
  2004-03-25 16:07 ` dnovillo at redhat dot com
@ 2004-03-25 18:43 ` dnovillo at gcc dot gnu dot org
  2004-03-26  6:18 ` jv244 at cam dot ac dot uk
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2004-03-25 18:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at gcc dot gnu dot org  2004-03-25 18:43 -------
Should be fixed with http://gcc.gnu.org/ml/gcc-patches/2004-03/msg02116.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (16 preceding siblings ...)
  2004-03-25 18:43 ` dnovillo at gcc dot gnu dot org
@ 2004-03-26  6:18 ` jv244 at cam dot ac dot uk
  2004-03-26  6:29 ` pinskia at gcc dot gnu dot org
  2004-03-26 15:20 ` dnovillo at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: jv244 at cam dot ac dot uk @ 2004-03-26  6:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jv244 at cam dot ac dot uk  2004-03-26 06:17 -------
(In reply to comment #18)
> Should be fixed with http://gcc.gnu.org/ml/gcc-patches/2004-03/msg02116.html

looks like the bootstrap completed...

-- 


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (17 preceding siblings ...)
  2004-03-26  6:18 ` jv244 at cam dot ac dot uk
@ 2004-03-26  6:29 ` pinskia at gcc dot gnu dot org
  2004-03-26 15:20 ` dnovillo at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-26  6:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-26 06:29 -------
So closing as fixed.  Thanks for your report after all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug bootstrap/14662] [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract
  2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
                   ` (18 preceding siblings ...)
  2004-03-26  6:29 ` pinskia at gcc dot gnu dot org
@ 2004-03-26 15:20 ` dnovillo at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2004-03-26 15:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at gcc dot gnu dot org  2004-03-26 15:20 -------
Great.  Thanks.

-- 


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


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

end of thread, other threads:[~2004-03-26 15:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-20 10:26 [Bug bootstrap/14662] New: [tree-ssa] bootstrap failure on i686-pc-linux-gnu, insn_extract jv244 at cam dot ac dot uk
2004-03-20 17:18 ` [Bug bootstrap/14662] " pinskia at gcc dot gnu dot org
2004-03-20 19:20 ` pinskia at gcc dot gnu dot org
2004-03-21  2:10 ` pinskia at gcc dot gnu dot org
2004-03-21  8:40 ` jv244 at cam dot ac dot uk
2004-03-23 17:57 ` dnovillo at gcc dot gnu dot org
2004-03-23 18:30 ` jv244 at cam dot ac dot uk
2004-03-23 18:41 ` dnovillo at gcc dot gnu dot org
2004-03-23 18:41 ` dnovillo at redhat dot com
2004-03-23 19:00 ` dnovillo at redhat dot com
2004-03-23 19:15 ` jv244 at cam dot ac dot uk
2004-03-23 19:55 ` dnovillo at gcc dot gnu dot org
2004-03-25 15:34 ` dnovillo at gcc dot gnu dot org
2004-03-25 15:41 ` jv244 at cam dot ac dot uk
2004-03-25 15:50 ` dnovillo at redhat dot com
2004-03-25 16:03 ` jv244 at cam dot ac dot uk
2004-03-25 16:07 ` dnovillo at redhat dot com
2004-03-25 18:43 ` dnovillo at gcc dot gnu dot org
2004-03-26  6:18 ` jv244 at cam dot ac dot uk
2004-03-26  6:29 ` pinskia at gcc dot gnu dot org
2004-03-26 15:20 ` dnovillo at gcc dot gnu dot 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).