This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 8.3 Status Report (2019-02-08)
- From: Nathan Sidwell <nathan at acm dot org>
- To: Jakub Jelinek <jakub at redhat dot com>, gcc at gcc dot gnu dot org
- Cc: Jason Merrill <jason at redhat dot com>
- Date: Fri, 8 Feb 2019 06:50:47 -0500
- Subject: Re: GCC 8.3 Status Report (2019-02-08)
- References: <20190208081549.GT2135@tucnak>
On 2/8/19 3:15 AM, Jakub Jelinek wrote:
Status
======
GCC 7.3 has been released on January 25th, so it is about time to do
GCC 8.3 release now. Unfortunately we have a recent P1 C++ regression
- PR88995. Nathan (or Jason), do you think it can be fixed soon?
In the meantime, can people with backportable patches backport fixes to 8.3,
so that we can release a rc1 soon and do a release a week afterwards?
Ah, I see I caused that by r268029, fixing some other PR. I did have a
look, but didn't have sufficient time to investigate fully.
a) revert the breaking fix, but IIRC that was also fixing a regression?
b) perhaps we shouldn't be sending non-dependent expressions through the
capture machinery, but instead wrapping them in an appropriate
view_convert_expr to make them const?
nathan
--
Nathan Sidwell