This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/51705] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L
- From: "sgk at troutmask dot apl.washington.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Dec 2011 19:33:57 +0000
- Subject: [Bug bootstrap/51705] FreeBSD uses unsupported C++11 features when __cplusplus == 201103L
- Auto-submitted: auto-generated
- References: <bug-51705-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705
--- Comment #23 from Steve Kargl <sgk at troutmask dot apl.washington.edu> 2011-12-30 19:33:57 UTC ---
On Fri, Dec 30, 2011 at 06:54:53PM +0000, andreast at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705
>
> --- Comment #22 from Andreas Tobler <andreast at gcc dot gnu.org> 2011-12-30 18:54:53 UTC ---
> On another machine:
>
> egrep "SED|SHELL" *
> config.log:SED='/usr/local/bin/gsed'
> config.log:SHELL='/bin/sh'
>
> Works too.
>
I just finished a bootstrap with this updated patch.
I have no idea why I needed four \ instead of two
last night. Anyway, I've included Ed suggested change.