This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: IPA merge 3: passmanager tweeks
>
> Hi Jan,
>
> On Sat, 16 Dec 2006, Jan Hubicka wrote:
> > interesitng, since I am pretty sure I tested the patch with ada in
> > Zdenek's tester.
> >
> > It look slike the assert I added shows that Ada keep
> > current_function_decl set to some value after passing controll to the
> > backend. Since we already clear cfun variable before doing IPA
> > optimization, I guess the most robust fix is the following.
> > Does it work for you?
>
> I can confirm that this patch restores bootstrap for me on
> i686-pc-linux-gnu when building Ada. Please try and figure out
> why this wasn't caught by Zdenek's scripts or your own testing.
Comitted, thanks for confimation. It looks like ADA is no longer run by
the scripts, I guess something needs to be updated. I will check
tomorrow.
Honza