From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72780 invoked by alias); 28 Aug 2015 06:30:09 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 72729 invoked by uid 48); 28 Aug 2015 06:30:05 -0000 From: "juergen.reuter at desy dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/67377] gcc 6.0 fails to compile on Darwin 14 Date: Fri, 28 Aug 2015 06:30:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: juergen.reuter at desy dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-08/txt/msg01919.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D67377 --- Comment #2 from J=C3=BCrgen Reuter --- Ok, this was obviously fixed in r227282 2 hours after I checked out and tri= ed to compile ;) >>From gcc-bugs-return-495778-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Aug 28 07:34:56 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 64502 invoked by alias); 28 Aug 2015 07:34:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 64371 invoked by uid 48); 28 Aug 2015 07:34:42 -0000 From: "egall at gwmail dot gwu.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/67066] libstdc++-v3/src/filesystem/dir.cc fails to compile with --enable-concept-checks Date: Fri, 28 Aug 2015 07:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: egall at gwmail dot gwu.edu X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 6.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-08/txt/msg01920.txt.bz2 Content-length: 898 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67066 --- Comment #8 from Eric Gallager --- (In reply to Jonathan Wakely from comment #7) > Fixed on trunk. > > The filesystem library is now enabled on the gcc-5-branch too, but I'm not > making this change there. Just don't use --enable-concept-checks in > combination with the filesystem library (better yet, don't use > --enable-concept-checks at all). Thanks for the commit! One other place I'd document it, though, would be in libstdc++'s ./configure --help output, which currently just says: $ ./libstdc++-v3/configure --help | grep concept --enable-concept-checks use Boost-derived template checks [default=no] I would attach a patch for libstdc++-v3/acinclude.m4, but I don't know if I'll be able to stop myself from going and fixing all the under-quoted m4 macro arguments while I'm at it for this one...