On Thu, Nov 21, 2002 at 10:22:42PM -0800, Terry Lambert wrote:
> Marc Recht wrote:
> > > So it's been extensively tested by the full user base for the
> > > last two days, and you should have known about it before you
> > > posted. 8-) 8-).
> >
> > My original question was only if it will be imported before 5.0R. David
> > O'Brien already answered it with "no". That's fine with me.
>
> Don't worry about it; it's being totally blown out of proportion;
> there's no way anyone will commit to importing a 2 day old 3.2.1,
> which is why I put the smiley's there.
>
Well, the 2-day old 3.2.1 fixes numerous problems
with our 3.2.1 [FreeBSD] 20021009 (prerelease).
Compiling this
void ice(int m, int n, double *f) {
int i, j;
for (j = 0; j < n; j++) {
for (i = 1; i < m; i++) {
f[i] = (double) (i * j);
f[i + j] = (double) ((i + 1) * j);
}
}
}
with "gcc -O2 -c" yields an ICE in FreeBSD-current.
The 2-day old gcc 3.2.1 does not blow chucks on the
above code.
--
Steve
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message