Re: [patch] PR bootstrap/54453 (libstdc++ doesn't build)

2012-09-05 Thread Ulrich Drepper
On Wed, Sep 5, 2012 at 6:08 AM, Paolo Carlini wrote: > Uli, I'm not sure to understand why that commit of yours changed that > specific regexp, Completely unintended, I thought I mentioned this already. The problem is emacs's whitespace mode which made those changes.

Re: [patch] PR bootstrap/54453 (libstdc++ doesn't build)

2012-09-05 Thread Paolo Carlini
On 09/01/2012 08:10 PM, Steven Bosscher wrote: Hello, r190783 breaks bootstrap on powerpc64-unknown-linux-gnu. The problem is caused by a regexp that used to check for space|tab before the patch but now only looks for tab. The attached patch fixes this problem for me, but I'm not sure why (I hav

[patch] PR bootstrap/54453 (libstdc++ doesn't build)

2012-09-01 Thread Steven Bosscher
Hello, r190783 breaks bootstrap on powerpc64-unknown-linux-gnu. The problem is caused by a regexp that used to check for space|tab before the patch but now only looks for tab. The attached patch fixes this problem for me, but I'm not sure why (I haven't tried to look into the details of the proble