This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [basic-improvements] Merge from trunk
On Mon, Oct 28, 2002 at 08:44:12PM +0100, Andreas Jaeger wrote:
> Zack Weinberg <zack@codesourcery.com> writes:
>
> > The merge tag is gcc-3_4-basic-improvements-merge-20021027.
> > Bootstrapped i686-linux without Ada - Ada is broken on mainline at
> > present (the Storage_Error ICE reported elsewhere).
> >
> > Both mainline and branch are crashing on a variety of test cases at
> > -O1 and only -O1. Failures are of the form
> >
> > 20020604-1.c: In function `foo':
> > 20020604-1.c:87: internal compiler error: virtual array reg_n_info[92]:
> > element 92 out of bounds in init_alias_analysis, at alias.c:2814
>
> This should be the same problem as the Ada problem, I suggest to test
> Honza's patch before spending any more time on it. Hopefully soon
> somebody finds time to review Honza's patch for that problem...
Yes, that patch makes all the check-gcc failures that I was seeing go
away. Thanks for the pointer.
zw