Re: [Rd] Build error with gcc 15

2025-01-15 Thread Iñaki Ucar
On Wed, 15 Jan 2025 at 20:29, Prof Brian Ripley wrote: > > On 15/01/2025 16:06, Iñaki Ucar wrote: > > Dear R Core, > > > > GCC 15 is already in Fedora rawhide, because it will be part of the next > > release, Fedora 42. R 4.4.2 fails to build with the following error [1]: > > > >> sys-std.c:1189:1

Re: [Rd] Build error with gcc 15

2025-01-15 Thread Prof Brian Ripley via R-devel
On 15/01/2025 16:06, Iñaki Ucar wrote: Dear R Core, GCC 15 is already in Fedora rawhide, because it will be part of the next release, Fedora 42. R 4.4.2 fails to build with the following error [1]: sys-std.c:1189:1: warning: ‘noreturn’ attribute ignored [-Wattributes] 1189 | void Rstd_CleanU

[Rd] Build error with gcc 15

2025-01-15 Thread Iñaki Ucar
Dear R Core, GCC 15 is already in Fedora rawhide, because it will be part of the next release, Fedora 42. R 4.4.2 fails to build with the following error [1]: > sys-std.c:1189:1: warning: ‘noreturn’ attribute ignored [-Wattributes] > 1189 | void Rstd_CleanUp(SA_TYPE saveact, int status, int runL