On Fri, May 09, 2014 at 10:16:14AM +0200, Eric Botcazou wrote: > > Sure, that'd be fine by me. I'm not sure whether the backport has > > been approved yet though. > > At least it looks fine to me... > > [I still don't grasp this "wait-a-little-before-backporting" policy, it > always > leads to forgotten patches that need to be applied just days ahead of > releases > instead of undergoing a longer period of testing]
The point of it is that the release branches are actually used by GCC users, many people don't use just official releases, but arbitrary snapshots from the release branches. If a potentially risky patch is applied immediately also to release branches and soon needs follow-ups (happened many times in the recent history), then that results in unnecessary breakage. Of course for lots of simpler patches that aren't deemed that risky waiting before applying is not needed, but I think this patch wasn't such a category. Jakub