Unreviewed fixes

Jan Hubicka hubicka@ucw.cz
Sun Oct 19 19:15:00 GMT 2003


> Hi,
> here are few fixes waiting for review I would love to see in mainline :)
> 
> Fix for make profilebootstrap failure
>   http://gcc.gnu.org/ml/gcc-patches/2003-09/msg02061.html
> 
> PR opt/12324
>   one version, to disable deffering with flag_unit_at_a_time is at:
>     http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00385.html
>   other version to ignore defering patch is at:
>     http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01402.html
> 
> Mainline inline time explostion at -O1
>   new incremental inlining heruistics at:
>     http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00906.html
>   or pretty obvious patch to enable unit-at-a-time at -O1.

And there is also the asm("xxx") renaming problem.  The sollution to
update datstructures we use on hammer branch is at:
http://gcc.gnu.org/ml/gcc-patches/2003-08/msg00990.html
The suggested sollutions to error or symbols renamed after used didn't
really work as that is precisely what glibc is doing by renaming after
defining external inline functions and by using typeof construct.
There is patch for that in the thread, but it breaks glibc badlyA

Honza
> 
> And one for tree-ssa to enable -funit-at-a-time at mainline and
> synchronize inlining limits
>   http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01571.html
> 
> Honza



More information about the Gcc-patches mailing list