Re: [PATCH] Fix ipa_reduced_postorder with respect to overwritable functions

2011-05-31 Thread Jan Hubicka
> Hi, > > I ran into issues caused by ipa_reduced_postorder not really > topologically sorting functions while compiling some part of the java > library (yes, this is the first time java has caught a bug for me). > The problem was that all the functions are apparently > AVAIL_OVERWRITABLE and even

[PATCH] Fix ipa_reduced_postorder with respect to overwritable functions

2011-05-30 Thread Martin Jambor
Hi, I ran into issues caused by ipa_reduced_postorder not really topologically sorting functions while compiling some part of the java library (yes, this is the first time java has caught a bug for me). The problem was that all the functions are apparently AVAIL_OVERWRITABLE and even though I have