On Fri, Nov 18, 2016 at 9:42 AM, Mike Stump <mikest...@comcast.net> wrote: > On Nov 18, 2016, at 2:45 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> > wrote: >> So the current suggestion is to combine my fixincludes patch and Jack's >> patch to disable <os/trace.h> use if !__BLOCKS__. > >> I guess this is ok for mainline now to restore bootstrap? > > I think we are down to everyone likes this, Ok. The big question is, does > this need a back port?
My thinking on that subject is that since include fixes do not directly affect the compiler and, instead, facilitate its use on various platforms, it is therefore reasonably safe to back port. Especially if adequate guards (selection tests) are included in the fix to prevent it from taking action on the wrong files. But I also think it is really a "steering committee" decision. For me, I think it is safe enough.