Sorry, should have been clearer.
Please can someone review and apply this patch, as I don't have write access to
the tree. Thanks.
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
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
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
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
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
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
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
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