This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

3.1 Bootstrap failure on rh7 [was on: Solaris 2.8]


Jeffrey Oldham <oldham@codesourcery.com> writes:

...
> > > > I see this also.  It appears to be a bit unpredictable.  Try deleting
> > > > everything below $objdir/i686-pc-linux-gnu, then re-running 'make all'
> > > > from the top.  When I did this it got past the above failure and
> > > > tripped over a binutils bug which I'm now chasing.
...
> I just did a "make bootstrap" and a "make all" for the most recent gcc
> (approximately 2001-03-28 23:00 GMT).  The resulting error message,
> below, is exactly the same.  Here are the commands I used:
> 
>     cvs update
>     \rm -rf objdir
>     mkdir objdir
>     cd objdir
>     ../configure
>     make -j 2 CFLAGS=-g all  OR make -j 2 CFLAGS=-g boostrap
> 
> This is for a i686-pc-linux-gnu.

> g++: Internal error: Segmentation fault (program as)

Yes, the automated tester gets the same thing consistently.

I note that while the tester isn't using -j, it does run two builds at
the same time (it's a 2-processor box), which probably has the same
effect.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]