Re: Someone broke bootstrap with gfortran, again!

2005-07-24 Thread Manfred Hollstein
On Sat, 23 Jul 2005, 15:53:21 +0200, Daniel Berlin wrote: > On Fri, 2005-07-22 at 17:53 -0700, Steve Kargl wrote: > > On Fri, Jul 22, 2005 at 05:44:44PM -0700, Jerry DeLisle wrote: > > > Steve Kargl wrote: > > > >Does this look familiar to anyone? > > > > > > > I was having troubles doing a build a

Re: Someone broke bootstrap with gfortran, again!

2005-07-23 Thread Steve Kargl
On Sat, Jul 23, 2005 at 10:31:46AM -0700, Richard Henderson wrote: > On Sat, Jul 23, 2005 at 10:17:25AM -0700, Steve Kargl wrote: > > Note, you need to start with either an empty object tree > > and do a complete bootstrap or remove the libgfortran directory > > and do a bubblestrap. > > I always

Re: Someone broke bootstrap with gfortran, again!

2005-07-23 Thread Richard Henderson
On Sat, Jul 23, 2005 at 10:17:25AM -0700, Steve Kargl wrote: > Note, you need to start with either an empty object tree > and do a complete bootstrap or remove the libgfortran directory > and do a bubblestrap. I always start from zero. I can see a failure from pinski's reduced test case. Fixed b

Re: Someone broke bootstrap with gfortran, again!

2005-07-23 Thread Steve Kargl
On Sat, Jul 23, 2005 at 10:08:07AM -0700, Richard Henderson wrote: > On Sat, Jul 23, 2005 at 07:30:08AM -0700, Steve Kargl wrote: > > > I have that in my tree (gcc version 4.1.0 20050722 (experimental)), but > > > don't experience that failure. > > > > > > See my comments on PR 22623. > > > > You

Re: Someone broke bootstrap with gfortran, again!

2005-07-23 Thread Richard Henderson
On Sat, Jul 23, 2005 at 07:30:08AM -0700, Steve Kargl wrote: > > I have that in my tree (gcc version 4.1.0 20050722 (experimental)), but > > don't experience that failure. > > > > See my comments on PR 22623. > > Your comments are not relevant. Well I don't see the failure either. r~

Re: Someone broke bootstrap with gfortran, again!

2005-07-23 Thread Steve Kargl
On Sat, Jul 23, 2005 at 08:29:19AM +0200, Thomas Koenig wrote: > On Fri, Jul 22, 2005 at 10:01:43PM -0700, Steve Kargl wrote: > > > This is caused by > > > > 2005-07-21 Richard Henderson <[EMAIL PROTECTED]> > > Really? Yes. I spent nearly 6 hours last night searching for the quilty commit.

Re: Someone broke bootstrap with gfortran, again!

2005-07-23 Thread Daniel Berlin
On Fri, 2005-07-22 at 17:53 -0700, Steve Kargl wrote: > On Fri, Jul 22, 2005 at 05:44:44PM -0700, Jerry DeLisle wrote: > > Steve Kargl wrote: > > >Does this look familiar to anyone? > > > > > I was having troubles doing a build after a cvs update. I had to delete > > everything in the build direc

Re: Someone broke bootstrap with gfortran, again!

2005-07-22 Thread Thomas Koenig
On Fri, Jul 22, 2005 at 10:01:43PM -0700, Steve Kargl wrote: > This is caused by > > 2005-07-21 Richard Henderson <[EMAIL PROTECTED]> Really? I have that in my tree (gcc version 4.1.0 20050722 (experimental)), but don't experience that failure. See my comments on PR 22623.

Re: Someone broke bootstrap with gfortran, again!

2005-07-22 Thread Andrew Pinski
> > On Fri, Jul 22, 2005 at 04:11:54PM -0700, Steve Kargl wrote: > > Does this look familiar to anyone? > > > > ../../../gcc41/libgfortran/generated/trig_c4.c:67: error: type mismatch > > between an SSA_NAME and its symbol > > while verifying SSA_NAME d$imag_15 in statement > > d$imag_15 = -D.28

Re: Someone broke bootstrap with gfortran, again!

2005-07-22 Thread Steve Kargl
On Fri, Jul 22, 2005 at 04:11:54PM -0700, Steve Kargl wrote: > Does this look familiar to anyone? > > gmake[3]: Entering directory > `/usr/home/sgk/gcc/obj41/amd64-unknown-freebsd6.0/libgfortran' > /bin/sh ./libtool --mode=compile /usr/home/sgk/gcc/obj41/./gcc/xgcc > -B/usr/home/sgk/gcc/obj41/./

Re: Someone broke bootstrap with gfortran, again!

2005-07-22 Thread Steve Kargl
On Fri, Jul 22, 2005 at 05:44:44PM -0700, Jerry DeLisle wrote: > Steve Kargl wrote: > >Does this look familiar to anyone? > > > I was having troubles doing a build after a cvs update. I had to delete > everything in the build directory and rerun configure and then it would > build ok. Not sure i

Re: Someone broke bootstrap with gfortran, again!

2005-07-22 Thread Jerry DeLisle
Steve Kargl wrote: Does this look familiar to anyone? I was having troubles doing a build after a cvs update. I had to delete everything in the build directory and rerun configure and then it would build ok. Not sure its the same problem you are seeing, but it happened today. I am running o