Re: perl XS failures with GCC 15

2025-01-23 Thread Jakub Jelinek
On Thu, Jan 23, 2025 at 08:16:25AM +0100, Florian Weimer wrote: > * Jakub Jelinek: > > > On Wed, Jan 22, 2025 at 04:57:40PM -0700, Jerry James wrote: > >> On Wed, Jan 22, 2025 at 4:43 PM Chuck Anderson wrote: > >> > It looks like most (all?) perl XS packages ('C' implementations of Perl > >> > f

Re: perl XS failures with GCC 15

2025-01-22 Thread Florian Weimer
* Jakub Jelinek: > On Wed, Jan 22, 2025 at 04:57:40PM -0700, Jerry James wrote: >> On Wed, Jan 22, 2025 at 4:43 PM Chuck Anderson wrote: >> > It looks like most (all?) perl XS packages ('C' implementations of Perl >> > functions) are FTBFS with GCC 15. I'm trying to fix >> > perl-Term-ReadLine

Re: perl XS failures with GCC 15

2025-01-22 Thread Jakub Jelinek
On Wed, Jan 22, 2025 at 04:57:40PM -0700, Jerry James wrote: > On Wed, Jan 22, 2025 at 4:43 PM Chuck Anderson wrote: > > It looks like most (all?) perl XS packages ('C' implementations of Perl > > functions) are FTBFS with GCC 15. I'm trying to fix perl-Term-ReadLine-Gnu > > to be C23-compatibl

Re: perl XS failures with GCC 15

2025-01-22 Thread Jerry James
On Wed, Jan 22, 2025 at 4:43 PM Chuck Anderson wrote: > It looks like most (all?) perl XS packages ('C' implementations of Perl > functions) are FTBFS with GCC 15. I'm trying to fix perl-Term-ReadLine-Gnu > to be C23-compatible. The workaround is to add -std=gnu17 to the CFLAGS > which can be