RE: [PATCH] Update config.sub from upstream config repo

2015-01-01 Thread James Bowman
Sorry, should have been clearer. Please can someone review and apply this patch, as I don't have write access to the tree. Thanks.

Re: [Patch, libstdc++/64441] Fix sub_match::first and second

2015-01-01 Thread Hans-Peter Nilsson
On Thu, 1 Jan 2015, Tim Shen wrote: > On Thu, Jan 1, 2015 at 5:06 PM, Hans-Peter Nilsson wrote: > > But apparently not committed yet (at r219139) for some reason? > > Oh, errr... I'm not sure if it needs a review by probably Jonathan? I thought it was an obvious one-character typo, but I'll not

Re: [Patch, libstdc++/64441] Fix sub_match::first and second

2015-01-01 Thread Tim Shen
On Thu, Jan 1, 2015 at 5:06 PM, Hans-Peter Nilsson wrote: > But apparently not committed yet (at r219139) for some reason? Oh, errr... I'm not sure if it needs a review by probably Jonathan? -- Regards, Tim Shen

Re: [Patch, libstdc++/64441] Fix sub_match::first and second

2015-01-01 Thread Hans-Peter Nilsson
On Wed, 31 Dec 2014, Tim Shen wrote: > On Wed, Dec 31, 2014 at 4:17 PM, David Edelsohn wrote: > > FAIL: 28_regex/algorithms/regex_match/ecma/char/backref.cc execution test > > > > on AIX. > > Oops, a dumb mistake from fixing a dumb mistake. Thanks David! :) > > Bootstrapped and tested. But appar

proper name of i386/x86-64/etc targets

2015-01-01 Thread Sandra Loosemore
I've noticed that the GCC user documentation is quite inconsistent about the name(s) it uses for i386/x86-64/etc targets. invoke.texi has a section for "i386 and x86-64 Options", but in other places the manual uses x86, X86, i?86, i[34567]86, x86_64 (underscore instead of a dash), etc. I'd be

Re: Strenghten early inliner analysis

2015-01-01 Thread H.J. Lu
On Tue, Dec 30, 2014 at 8:31 AM, H.J. Lu wrote: > On Tue, Dec 30, 2014 at 5:21 AM, Markus Trippelsdorf > wrote: >> On 2014.12.30 at 12:37 +0100, Jan Hubicka wrote: >>> Hi, >>> this patch enables inline predicates for early inlining, too. This is easy >>> to do because >>> we do have call stmt a

Simplify and improve inliner's badness metric

2015-01-01 Thread Jan Hubicka
Hi, this patch removes use of relative_time_benefit. This was introduced primarily to get a known range of the value (0...RELATIVE_TIME_BENEFIT_RANGE) to aid fixed point arithmetics. Because it is gone it seems more natural to use the actual speedup. This simplifies the calculations and also imp

[PATCH, moxie] Restrict offsets for ldo/sto to 16 bits

2015-01-01 Thread Anthony Green
Happy new year! I'm checking in this patch, which ensures that offsets for register offset addressing on moxie are limited to 16 bits. Since this is the first commit of 2015, I'm rolling the ChangeLog file as well. Thanks, AG 2015-01-01 Anthony Green * config/moxie/predicates.md

[PATCH] Fix PR libstdc++/64422

2015-01-01 Thread Bernd Edlinger
Hi, this patch fixes unresolved externals with c++98 std::string templates. Boot-strapped and Regression-tested on x86_64-linux-gnu. OK for trunk? Thanks Bernd. libstdc++v3/ChangeLog: 2015-01-01 Bernd Edlinger PR libstdc++/64422 * s