Re: Second GCC 16.1 Release Candidate available from gcc.gnu.org
Frank Scheiner via Gcc <[email protected]>
| Newsgroups | gmane.comp.gcc.devel |
|---|---|
| Message-ID | <[email protected]> |
On 26.04.26 23:39, Frank Scheiner via Gcc wrote:
> On 24.04.26 14:29, Jakub Jelinek via Gcc wrote:
>> The second release candidate for GCC 16.1 is available from
>>
>> https://gcc.gnu.org/pub/gcc/snapshots/16.1.0-RC-20260424/
>> ftp://gcc.gnu.org/pub/gcc/snapshots/16.1.0-RC-20260424/
>>
>> and shortly its mirrors. It has been generated from git commit
>> r16-8811-g1e3a27b4cb0b3c57.
>>
>> I have so far bootstrapped and tested the release candidate on
>> x86_64-linux.
>> Please test it and report any issues to bugzilla.
>
> Also bootstraps fine for c and c++ on ia64-linux. Testsuite run
> hopefully tomorrow.
Testsuite is done, results on [1], no change to prior run ([2]) - except
for the runtime, which went down by ca. 11 minutes and might be more
than just jitter.
Testsuite timings (gcc-16.1.0-RC-20260424):
real 431m46.815s
user 3174m44.681s
sys 194m13.702s
Testsuite timings (gcc-16.1.0-RC-20260422):
real 442m55.841s
user 3185m11.321s
sys 188m7.682s
[1]: https://gcc.gnu.org/pipermail/gcc-testresults/2026-April/874551.html
[2]: https://gcc.gnu.org/pipermail/gcc-testresults/2026-April/874447.html
****
As an extra, this version was also tested as cross-compiler, building
Linux v7.1-rc1 for real ia64 hardware and ia64 simulator. Worked well,
also the resulting kernel images:
e.g. on rx6600:
```
[ 0.000000] Linux version 7.1.0-rc1-3bfd0a65b-ia64-w-gcc-16.1.0-RC-20260424 (root@b450m-g-p) (ia64-linux-gcc (GCC) 16.0.1 20260424 (prerelease), GNU ld (GNU Binutils) 2.46) #1 SMP Mon Apr 27 11:17:35 CEST 2026
[...]
Welcome to rx6600 (T2 SDE 24.2 ia64, Kernel 7.1.0-rc1-3bfd0a65b-ia64-w-gcc-16.1.0-RC-20260424).
rx6600 login:
```
...and in Ski:
```
[ 0.000000] Linux version 7.1.0-rc1-8643116e3-ia64-ski (root@b450m-g-p) (ia64-linux-gcc (GCC) 16.0.1 20260424 (prerelease), GNU ld (GNU Binutils) 2.46) #1 SMP PREE
MPT Mon Apr 27 11:20:39 CEST 2026
[...]
[ 2.713698] Run /init as init process
[...]
root@darkstar:/$ lscpu
Architecture: ia64
CPU op-mode(s): 64-bit
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Vendor ID: HP Ski Simulator
Model name: MonteSkito
CPU family: 31
Model: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
BogoMIPS: 164.36
Flags: branchlong, 16-byte atomic ops
```
Cheers,
Frank