This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 9.3 Status Report (2020-03-05)
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 6 Mar 2020 12:27:08 +0000
- Subject: Re: GCC 9.3 Status Report (2020-03-05)
- References: <20200305202246.GB2021@tucnak> <CAH6eHdQvZ9Jk292czGPVH+NFwDhid0c-WxRZrUEwGJNSd_gHzg@mail.gmail.com> <20200306121751.GJ2156@tucnak>
On Fri, 6 Mar 2020 at 12:18, Jakub Jelinek wrote:
>
> On Fri, Mar 06, 2020 at 12:12:09PM +0000, Jonathan Wakely wrote:
> > On Thu, 5 Mar 2020 at 20:23, Jakub Jelinek wrote:
> > >
> > > Status
> > > ======
> > >
> > > The GCC 9 branch is now frozen for blocking regressions and documentation
> > > fixes only, all changes to the branch require a RM approval now.
> >
> > I'd like to backport https://gcc.gnu.org/ml/gcc-patches/2020-03/msg00361.html
Oops, that commit has the wrong PR number. It's for 94069.
> > The only affected target I'm aware of is darwin8, which is an old
> > release. I could wait for after the 9.3 release, but it seems safe to
> > do now.
>
> Ok.
> Seems to be of the wouldn't compile at all without the fix category, I think
Right.
> we don't need another rc for this.
OK, I'll do the backport today. Thanks.