https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110090
--- Comment #2 from Gina Peter Banyard <girgias at php dot net> --- Apologies for the late reply. This is indeed reproducible on GCC 14.2.1, as the php_date.i file is to large to post as an attachment I have put it on a gist: https://gist.github.com/Girgias/c72c9b9535688307d46dcd65fee7f292 The lines have slightly changes as this is based on the lasted commit of the php-src master branch.(at the time I was compiling which was: https://github.com/php/php-src/commit/bc8909aac36a8f139bcd162c271043e05a71d3a6) Commands: ./buildconf ./configure --disable-all CFLAGS="-fanalyzer -Wno-analyzer-use-of-uninitialized-value -save-temps -ggdb3" -C --enable-debug make -jN