On Thu, May 15, 2025 at 10:32:13PM +0100, Richard Lewis wrote: > On Mon, 17 Feb 2025 17:54:42 +0000 Matthias Klose <[email protected]> wrote: > > Package: src:splint > > Version: 1:3.1.2+dfsg-5 > > > > The package fails to build in a test rebuild on at least amd64 with > > gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The > > severity of this report will be raised before the forky release. > > See the discussion in > https://github.com/splintchecker/splint/issues/41 -- upstream wants to > set CC="gcc -std=c99"
Thank you for sharing the fix. splint ultilizes gnu extensions so CC="gcc -std=gnu99" and upto -std=gnu17 works. Using gnu23 is not easily possible due to bison or yacc components. Will be submiting fix on mentors to fix failure to build. Regards, Syed Shahrukh Hussain.
signature.asc
Description: PGP signature

