GCC 12.4 Release Candidate available from gcc.gnu.org

2024-06-13 Thread Richard Biener via Gcc


The first release candidate for GCC 12.4 is available from

https://gcc.gnu.org/pub/gcc/snapshots/12.4.0-RC-20240613/

and shortly its mirrors.  It has been generated from git commit
r12-10557-g6693b1f3929771.

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

If all goes well, we'd like to release 12.4 on Thursday, June 20th.


Re: GCC 12.4 Release Candidate available from gcc.gnu.org

2024-06-13 Thread William Seurer via Gcc



On 6/13/24 3:13 AM, Richard Biener via Gcc wrote:

The first release candidate for GCC 12.4 is available from

https://gcc.gnu.org/pub/gcc/snapshots/12.4.0-RC-20240613/

and shortly its mirrors.  It has been generated from git commit
r12-10557-g6693b1f3929771.

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

If all goes well, we'd like to release 12.4 on Thursday, June 20th.



I bootstrapped and tested it on power 8 and 9 BE and power 8, 9, and 10 
LE and all went well.




gcc-12-20240613 is now available

2024-06-13 Thread GCC Administrator via Gcc
Snapshot gcc-12-20240613 is now available on
  https://gcc.gnu.org/pub/gcc/snapshots/12-20240613/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 12 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch 
releases/gcc-12 revision 6693b1f39297711d9efc02b45170651712993eeb

You'll find:

 gcc-12-20240613.tar.xz   Complete GCC

  SHA256=507ae45060c604f56fe735bfdcad2a0811995b4ae59439bc3d4365d3585635a0
  SHA1=dfd4709d0af5830dcef77f534493355754caf937

Diffs from 12-20240606 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-12
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.


Re: GCC 12.4 Release Candidate available from gcc.gnu.org

2024-06-13 Thread Iain Sandoe via Gcc



> On 13 Jun 2024, at 09:13, Richard Biener via Gcc  wrote:
> 
> 
> The first release candidate for GCC 12.4 is available from
> 
> https://gcc.gnu.org/pub/gcc/snapshots/12.4.0-RC-20240613/
> 
> and shortly its mirrors.  It has been generated from git commit
> r12-10557-g6693b1f3929771.
> 
> I have so far bootstrapped and tested the release candidate on
> x86_64-linux.
> Please test it and report any issues to bugzilla.

Bootstrapped and tested on i686, x86_64 and (with development patches) aarch64
Darwin. (I do not currently have working PowerPC test hardware). Results 
nominal.
Iain