debug mode symbols cleanup

2015-09-05 Thread François Dumont
Hi I wanted to enhance line wrapping during rendering of debug messages and ended up with this patch. I clean up _Error_formatter of all useless symbols, only _M_message and _M_error need to be exposed. Additional I got rid of the ugly mutable fields of _Error_formatter.

RE: [PATCH] select isl-0.15 in download_prerequisites

2015-09-05 Thread VandeVondele Joost
> can 4.8 and 4.9 be built with isl-0.15? The patch only influences an in-tree build of isl for trunk, so does it matter ?

Re: [PATCH] select isl-0.15 in download_prerequisites

2015-09-05 Thread Sebastian Pop
On Fri, Sep 4, 2015 at 12:42 AM, VandeVondele Joost wrote: > For the recent fix of PR53852, isl-0.15 is needed, I just went to the documentation of isl-0.14 and I see that it also provides the functionality to count the number of isl operations:

Re: [PATCH][RTL-ifcvt] Make non-conditional execution if-conversion more aggressive

2015-09-05 Thread H.J. Lu
On Wed, Sep 2, 2015 at 9:01 AM, Kyrill Tkachov wrote: > > On 02/09/15 16:18, Zamyatin, Igor wrote: >>> >>> >>> On 19/08/15 17:57, Jeff Law wrote: On 08/12/2015 08:31 AM, Kyrill Tkachov wrote: > > 2015-08-10 Kyrylo Tkachov >

Re: [PATCH] select isl-0.15 in download_prerequisites

2015-09-05 Thread Matthias Klose
On 09/05/2015 02:36 PM, Sebastian Pop wrote: > I think it is fine to bump the default version of isl to be downloaded > by default. > Are there other reviewers who would oppose committing this patch? can 4.8 and 4.9 be built with isl-0.15?

Re: Elimitate duplication of get_catalogs in different abi

2015-09-05 Thread François Dumont
On 22/08/2015 14:24, Daniel Krügler wrote: > 2015-08-21 23:11 GMT+02:00 François Dumont : >> I think I found a better way to handle this problem. It is c++locale.cc >> that needs to be built with --fimplicit-templates. I even think that the >> *_cow.cc file do not need this