This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] PR c++/80287 backport on GCC 6 branch
- From: Nathan Sidwell <nathan at acm dot org>
- To: Yvan Roux <yvan dot roux at linaro dot org>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Bernd Edlinger <bernd dot edlinger at hotmail dot de>, Jason Merrill <jason at redhat dot com>
- Date: Thu, 24 Aug 2017 09:01:31 -0400
- Subject: Re: [Patch] PR c++/80287 backport on GCC 6 branch
- Authentication-results: sourceware.org; auth=none
- References: <CAD57uCfcRMfLkU84M=annkv7H79t0SUthnkT8euuascvFcFMFA@mail.gmail.com>
On 08/24/2017 08:33 AM, Yvan Roux wrote:
Hi,
As described in the PR, gcc-6-branch is impacted by this issue. This
patch backports the original fix from Bernd and the recently added
testcase (which does not rely on c++17 features).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80287
https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00730.html
Bootstrapped and regression tested on x86, ARM and AArch64 targets.
Ok for gcc-6-branch ?
ok
--
Nathan Sidwell