Re: [PATCH v2] sanitize paths used in regular expression

2016-02-08 Thread Zach Welch
On 01/18/2016 02:45 PM, Zach Welch wrote: > On 01/15/2016 10:48 AM, Mike Stump wrote: >> On Jan 15, 2016, at 10:40 AM, Zachary T Welch >> wrote: >>> Does this version look better? >> >> Ok. >> >>> I am not sure if this the right place to put the new helper, so let me know >>> if there is a bette

Re: [PATCH] Make C++ use the enum mode attribute

2016-02-08 Thread Trevor Saunders
On Mon, Feb 08, 2016 at 01:41:03PM -0800, Mike Stump wrote: > On Feb 6, 2016, at 2:37 PM, Trevor Saunders wrote: > > it is allowed if you do something like > > > > enum X : int; > > > > but it seems really pointless to support setting the size of something > > when the language gives you a stand

libgo patch committed: Don't refer to _end

2016-02-08 Thread Ian Lance Taylor
In PR 69357 Richi points out that the libgo shared library refers to _end, which doesn't make sense since the shared library itself will have an _end symbol. This patch changes the code to refer to the main programs _end symbol, if it is available. Bootstrapped and ran Go testsuite on x86_64-pc-l

testsuite fix

2016-02-08 Thread Mike Stump
I’m running the pretty printer test cases on a target with status wrappers, and that system works by printing the return code on that output. It is dependent upon the last line being terminated by “\n”, as the code that looks for the return code requires the return code at the start of a line.

[doc, committed] fix PR 69722

2016-02-08 Thread Sandra Loosemore
I've checked in this patch to fix a texinfo warning about a mismatch between a menu and corresponding sectioning commands, introduced in r225122. I did a little bit of copy-editing of the text added in that revision while I was in there. -Sandra 2016-02-08 Sandra Loosemore PR other/69722

<    1   2