On Thu, Nov 22, 2012 at 02:28:18PM +0100, Paolo Carlini wrote: > On 11/22/2012 01:06 PM, Markus Trippelsdorf wrote: > >The fix is trivial. I would appreciate if someone could commit this. > I agree it qualifies as obvious and I mean to commit the patch on > your behalf before the end of the day if nobody objects. To be > super-safe, I guess I will also run the testsuite with the current > code and trivial_p initialized to true at the beginning of the > function.
I think trivial_p used to be uninitialized only for deleted_p functions, not sure if those are considered trivial or not (and whether it matters)... Jakub