Re: [oe] [RFT] GCC 6 Recipes

2016-04-28 Thread Khem Raj
On Thu, Apr 28, 2016 at 4:24 AM, Carlos Rafael Giani wrote: > Something that concerns me is a note from > https://gcc.gnu.org/gcc-6/changes.html : > > "Value range propagation now assumes that the this pointer of C++ member > functions is non-null. This eliminates common

Re: [oe] [RFT] GCC 6 Recipes

2016-04-28 Thread Carlos Rafael Giani
Something that concerns me is a note from https://gcc.gnu.org/gcc-6/changes.html : "Value range propagation now assumes that the this pointer of C++ member functions is non-null. This eliminates common null pointer checks but also breaks some non-conforming code-bases (such as Qt-5, Chromium,

[oe] [RFT] GCC 6 Recipes

2016-04-17 Thread Khem Raj
Hello all, I have put together a potential gcc6 upgrade recipe set, and pushed the branch to tree here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-6 and also at github fork of mine. https://github.com/kraj/openembedded-core/tree/kraj/master You need to set