public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Second GCC 11.1 Release Candidate available from gcc.gnu.org
@ 2021-04-23 13:31 Jakub Jelinek
  2021-04-24  3:46 ` William Seurer
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Jelinek @ 2021-04-23 13:31 UTC (permalink / raw)
  To: gcc

Some blocker bugs were reported against the first release candidate
of GCC 11.1, so there is a second release candidate for GCC 11.1
available from

 https://gcc.gnu.org/pub/gcc/snapshots/11.1.0-RC-20210423/
 ftp://gcc.gnu.org/pub/gcc/snapshots/11.1.0-RC-20210423

and shortly its mirrors.  It has been generated from git revision
r11-8287-g7a7fc01b9d20afb1a2b805d93cb838a38e656420.

I have so far bootstrapped and tested the release candidate on
x86_64-linux and i686-linux.  Please test it and report any issues to
bugzilla.

If all goes well, I'd still like to release 11.1 on Tuesday, April 27th.


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

* Re: Second GCC 11.1 Release Candidate available from gcc.gnu.org
  2021-04-23 13:31 Second GCC 11.1 Release Candidate available from gcc.gnu.org Jakub Jelinek
@ 2021-04-24  3:46 ` William Seurer
  2021-04-25 19:21   ` Iain Sandoe
  0 siblings, 1 reply; 4+ messages in thread
From: William Seurer @ 2021-04-24  3:46 UTC (permalink / raw)
  To: gcc

On 4/23/21 8:31 AM, Jakub Jelinek via Gcc wrote:
> Some blocker bugs were reported against the first release candidate
> of GCC 11.1, so there is a second release candidate for GCC 11.1
> available from
>
>   https://gcc.gnu.org/pub/gcc/snapshots/11.1.0-RC-20210423/
>   ftp://gcc.gnu.org/pub/gcc/snapshots/11.1.0-RC-20210423
>
> and shortly its mirrors.  It has been generated from git revision
> r11-8287-g7a7fc01b9d20afb1a2b805d93cb838a38e656420.
>
> I have so far bootstrapped and tested the release candidate on
> x86_64-linux and i686-linux.  Please test it and report any issues to
> bugzilla.
>
> If all goes well, I'd still like to release 11.1 on Tuesday, April 27th.

I bootstrapped and tested this on powerpc64 on power 7, 8, 9, and 10 
systems and LE and BE as appropriate.  I saw nothing unexpected.


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

* Re: Second GCC 11.1 Release Candidate available from gcc.gnu.org
  2021-04-24  3:46 ` William Seurer
@ 2021-04-25 19:21   ` Iain Sandoe
  2021-04-25 19:38     ` Jakub Jelinek
  0 siblings, 1 reply; 4+ messages in thread
From: Iain Sandoe @ 2021-04-25 19:21 UTC (permalink / raw)
  To: gcc

William Seurer via Gcc <gcc@gcc.gnu.org> wrote:

> On 4/23/21 8:31 AM, Jakub Jelinek via Gcc wrote:
>> Some blocker bugs were reported against the first release candidate
>> of GCC 11.1, so there is a second release candidate for GCC 11.1
>> available from
>>
>>  https://gcc.gnu.org/pub/gcc/snapshots/11.1.0-RC-20210423/
>>  ftp://gcc.gnu.org/pub/gcc/snapshots/11.1.0-RC-20210423
>>
>> and shortly its mirrors.  It has been generated from git revision
>> r11-8287-g7a7fc01b9d20afb1a2b805d93cb838a38e656420.
>>
>> I have so far bootstrapped and tested the release candidate on
>> x86_64-linux and i686-linux.  Please test it and report any issues to
>> bugzilla.
>>
>> If all goes well, I'd still like to release 11.1 on Tuesday, April 27th.
>
> I bootstrapped and tested this on powerpc64 on power 7, 8, 9, and 10  
> systems and LE and BE as appropriate.  I saw nothing unexpected.

likewise on i686-darwin8,9,10,  powerpc-darwin9, x86_64-darwin10..20.
Iain


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

* Re: Second GCC 11.1 Release Candidate available from gcc.gnu.org
  2021-04-25 19:21   ` Iain Sandoe
@ 2021-04-25 19:38     ` Jakub Jelinek
  0 siblings, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 2021-04-25 19:38 UTC (permalink / raw)
  To: Iain Sandoe; +Cc: gcc

On Sun, Apr 25, 2021 at 08:21:12PM +0100, Iain Sandoe via Gcc wrote:
> William Seurer via Gcc <gcc@gcc.gnu.org> wrote:
> 
> > On 4/23/21 8:31 AM, Jakub Jelinek via Gcc wrote:
> > > Some blocker bugs were reported against the first release candidate
> > > of GCC 11.1, so there is a second release candidate for GCC 11.1
> > > available from
> > > 
> > >  https://gcc.gnu.org/pub/gcc/snapshots/11.1.0-RC-20210423/
> > >  ftp://gcc.gnu.org/pub/gcc/snapshots/11.1.0-RC-20210423
> > > 
> > > and shortly its mirrors.  It has been generated from git revision
> > > r11-8287-g7a7fc01b9d20afb1a2b805d93cb838a38e656420.
> > > 
> > > I have so far bootstrapped and tested the release candidate on
> > > x86_64-linux and i686-linux.  Please test it and report any issues to
> > > bugzilla.
> > > 
> > > If all goes well, I'd still like to release 11.1 on Tuesday, April 27th.
> > 
> > I bootstrapped and tested this on powerpc64 on power 7, 8, 9, and 10
> > systems and LE and BE as appropriate.  I saw nothing unexpected.
> 
> likewise on i686-darwin8,9,10,  powerpc-darwin9, x86_64-darwin10..20.

Thanks to both (and everyone else doing RC testing).

	Jakub


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

end of thread, other threads:[~2021-04-25 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 13:31 Second GCC 11.1 Release Candidate available from gcc.gnu.org Jakub Jelinek
2021-04-24  3:46 ` William Seurer
2021-04-25 19:21   ` Iain Sandoe
2021-04-25 19:38     ` Jakub Jelinek

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).