This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ Patch] PR 65775 ("Late-specified return type bypasses return type checks (qualified, function, array)")
- From: Jason Merrill <jason at redhat dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 30 Jun 2017 18:49:52 -0400
- Subject: Re: [C++ Patch] PR 65775 ("Late-specified return type bypasses return type checks (qualified, function, array)")
- Authentication-results: sourceware.org; auth=none
- References: <d70fe42f-3918-8345-7833-6cfaa2974a73@oracle.com> <1a012c96-26ab-3fb3-ba01-5d93c508d28d@oracle.com>
OK.
On Sun, Jun 25, 2017 at 8:18 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> ... in fact, simply moving the checks forward, past the
> splice_late_return_type call, appears to work fine. I'm finishing testing
> the below.
>
> Thanks!
> Paolo.
>
> /////////////////////