public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 14.1 Release Candidate available from gcc.gnu.org
@ 2024-04-30 10:33 Jakub Jelinek
  2024-04-30 19:34 ` William Seurer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jakub Jelinek @ 2024-04-30 10:33 UTC (permalink / raw)
  To: gcc

The first release candidate for GCC 14.1 is available from

 https://gcc.gnu.org/pub/gcc/snapshots/14.1.0-RC-20240430/
 ftp://gcc.gnu.org/pub/gcc/snapshots/14.1.0-RC-20240430/

and shortly its mirrors.  It has been generated from git commit
r14-10154-g7a00c459cbb913a.

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 14.1 on Tuesday, May 7th.


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

* Re: GCC 14.1 Release Candidate available from gcc.gnu.org
  2024-04-30 10:33 GCC 14.1 Release Candidate available from gcc.gnu.org Jakub Jelinek
@ 2024-04-30 19:34 ` William Seurer
  2024-05-01 12:50 ` Frank Scheiner
  2024-05-02  9:26 ` Iain Sandoe
  2 siblings, 0 replies; 4+ messages in thread
From: William Seurer @ 2024-04-30 19:34 UTC (permalink / raw)
  To: gcc

I bootstrapped and tested on powepc64 8 and 9 BE and 8, 9, and 10 LE and 
it looks good.

On 4/30/24 5:33 AM, Jakub Jelinek via Gcc wrote:
> The first release candidate for GCC 14.1 is available from
>
>   https://gcc.gnu.org/pub/gcc/snapshots/14.1.0-RC-20240430/
>   ftp://gcc.gnu.org/pub/gcc/snapshots/14.1.0-RC-20240430/
>
> and shortly its mirrors.  It has been generated from git commit
> r14-10154-g7a00c459cbb913a.
>
> 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 14.1 on Tuesday, May 7th.
>

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

* Re: GCC 14.1 Release Candidate available from gcc.gnu.org
  2024-04-30 10:33 GCC 14.1 Release Candidate available from gcc.gnu.org Jakub Jelinek
  2024-04-30 19:34 ` William Seurer
@ 2024-05-01 12:50 ` Frank Scheiner
  2024-05-02  9:26 ` Iain Sandoe
  2 siblings, 0 replies; 4+ messages in thread
From: Frank Scheiner @ 2024-05-01 12:50 UTC (permalink / raw)
  To: gcc

Bootstrapping the following configuration (with LRA enabled) looks good
for ia64, too:

```
CFLAGS="-O2 -fPIC" \
CXXFLAGS="-O2 -fPIC" \
../configure --prefix=/usr \
--enable-obsolete \
--libdir=/usr/lib \
--mandir=/usr/man \
--infodir=/usr/info \
--enable-shared \
--enable-bootstrap \
--enable-languages=c,c++ \
--enable-threads=posix \
--enable-checking=release \
--with-system-zlib \
--enable-libstdcxx-dual-abi \
--with-default-libstdcxx-abi=new \
--disable-libstdcxx-pch \
--disable-libunwind-exceptions \
--enable-__cxa_atexit \
--disable-libssp \
--enable-gnu-unique-object \
--enable-plugin \
--disable-lto \
--disable-install-libiberty \
--disable-werror \
--with-gnu-ld \
--with-isl \
--verbose \
--with-arch-directory=ia64 \
--disable-gtktest \
--enable-clocale=gnu \
--disable-multilib \
--target=ia64-t2-linux-gnu \
--build=ia64-t2-linux-gnu \
--host=ia64-t2-linux-gnu
```

Took a little more than 4.5 hours on a rx2800 i2 w/1 x Itanium 2 9320
when performed below `/dev/shm`:

```
time make -j9
[...]
real    275m54.878s
user    1907m4.200s
sys     23m48.405s
```

Running the gcc and g++ testsuites in parallel now. Should take another
5 hours or so...

Cheers,
Frank

On 30.04.24 12:33, Jakub Jelinek via Gcc wrote:
> The first release candidate for GCC 14.1 is available from
>
>   https://gcc.gnu.org/pub/gcc/snapshots/14.1.0-RC-20240430/
>   ftp://gcc.gnu.org/pub/gcc/snapshots/14.1.0-RC-20240430/
>
> and shortly its mirrors.  It has been generated from git commit
> r14-10154-g7a00c459cbb913a.
>
> 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 14.1 on Tuesday, May 7th.
>

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

* Re: GCC 14.1 Release Candidate available from gcc.gnu.org
  2024-04-30 10:33 GCC 14.1 Release Candidate available from gcc.gnu.org Jakub Jelinek
  2024-04-30 19:34 ` William Seurer
  2024-05-01 12:50 ` Frank Scheiner
@ 2024-05-02  9:26 ` Iain Sandoe
  2 siblings, 0 replies; 4+ messages in thread
From: Iain Sandoe @ 2024-05-02  9:26 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: GCC Development



> On 30 Apr 2024, at 11:33, Jakub Jelinek via Gcc <gcc@gcc.gnu.org> wrote:
> 
> The first release candidate for GCC 14.1 is available from
> 
> https://gcc.gnu.org/pub/gcc/snapshots/14.1.0-RC-20240430/
> ftp://gcc.gnu.org/pub/gcc/snapshots/14.1.0-RC-20240430/
> 
> and shortly its mirrors.  It has been generated from git commit
> r14-10154-g7a00c459cbb913a.
> 
> 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 14.1 on Tuesday, May 7th.
> 

I have bootstrapped and tested this on powerpc, i686 darwin9
x86_64 darwin10 - 21 and darwin23, also on i686-darwin17.
most of the results have been pushed to sourceware bunsen.

In doing this I have found a wrong-code regression in
Objective-C that is confined to Darwin (NeXT v2 runtime) and I
will be applying a patch to trunk later (and then to affected
branches) hopefully, it will be considered suitable for 14.1 too.

thanks
Iain


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

end of thread, other threads:[~2024-05-02  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 10:33 GCC 14.1 Release Candidate available from gcc.gnu.org Jakub Jelinek
2024-04-30 19:34 ` William Seurer
2024-05-01 12:50 ` Frank Scheiner
2024-05-02  9:26 ` Iain Sandoe

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