public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/67377] gcc 6.0 fails to compile on Darwin 14
       [not found] <bug-67377-4@http.gcc.gnu.org/bugzilla/>
@ 2015-08-27 23:10 ` juergen.reuter at desy dot de
  2015-08-28  6:30 ` juergen.reuter at desy dot de
  2015-08-28  9:33 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: juergen.reuter at desy dot de @ 2015-08-27 23:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67377

--- Comment #1 from Jürgen Reuter <juergen.reuter at desy dot de> ---
First remark from my side: the error with the missing /usr/install came from an
incompletely installed MAC OS X command line tools, sorry for the digression.
>From gcc-bugs-return-495766-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Aug 27 23:19:49 2015
Return-Path: <gcc-bugs-return-495766-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 87534 invoked by alias); 27 Aug 2015 23:19:49 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 87381 invoked by uid 48); 27 Aug 2015 23:19:45 -0000
From: "ldionne.2 at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/66135] trailing return type error for generic lambda
Date: Thu, 27 Aug 2015 23:19: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: 5.1.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ldionne.2 at gmail dot com
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: cc
Message-ID: <bug-66135-4-KUkeQEbrqk@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-66135-4@http.gcc.gnu.org/bugzilla/>
References: <bug-66135-4@http.gcc.gnu.org/bugzilla/>
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/msg01908.txt.bz2
Content-length: 720

https://gcc.gnu.org/bugzilla/show_bug.cgi?idf135

Louis Dionne <ldionne.2 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ldionne.2 at gmail dot com

--- Comment #2 from Louis Dionne <ldionne.2 at gmail dot com> ---
Another test case:

    template <typename T>
    void f(T) {
        [](auto& x) -> decltype(x.foo()) { };
    }

    template void f(int);

And a variation, which also yields an invalid "x has incomplete type" error:

    template <typename T>
    void f(T) {
        [](auto x) -> decltype(x.foo()) { };
    }

    template void f(int);


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/67377] gcc 6.0 fails to compile on Darwin 14
       [not found] <bug-67377-4@http.gcc.gnu.org/bugzilla/>
  2015-08-27 23:10 ` [Bug c/67377] gcc 6.0 fails to compile on Darwin 14 juergen.reuter at desy dot de
@ 2015-08-28  6:30 ` juergen.reuter at desy dot de
  2015-08-28  9:33 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: juergen.reuter at desy dot de @ 2015-08-28  6:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67377

--- Comment #2 from Jürgen Reuter <juergen.reuter at desy dot de> ---
Ok, this was obviously fixed in r227282 2 hours after I checked out and tried
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: <gcc-bugs-return-495778-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
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: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
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" <gcc-bugzilla@gcc.gnu.org>
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: <bug-67066-4-1FpBoRwT2V@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-67066-4@http.gcc.gnu.org/bugzilla/>
References: <bug-67066-4@http.gcc.gnu.org/bugzilla/>
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?idg066

--- Comment #8 from Eric Gallager <egall at gwmail dot gwu.edu> ---
(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...


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/67377] gcc 6.0 fails to compile on Darwin 14
       [not found] <bug-67377-4@http.gcc.gnu.org/bugzilla/>
  2015-08-27 23:10 ` [Bug c/67377] gcc 6.0 fails to compile on Darwin 14 juergen.reuter at desy dot de
  2015-08-28  6:30 ` juergen.reuter at desy dot de
@ 2015-08-28  9:33 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-08-28  9:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67377

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-28  9:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-67377-4@http.gcc.gnu.org/bugzilla/>
2015-08-27 23:10 ` [Bug c/67377] gcc 6.0 fails to compile on Darwin 14 juergen.reuter at desy dot de
2015-08-28  6:30 ` juergen.reuter at desy dot de
2015-08-28  9:33 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).