https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122211

--- Comment #3 from John Paul Adrian Glaubitz <glaubitz at physik dot 
fu-berlin.de> ---
Created attachment 62531
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62531&action=edit
Preprocessed source for pystrtod.c for ICE reported in 1222211

I have created the preprocessed source for the miscompiled function:

(sid_m68k-dchroot)glaubitz@mitchy:~/python314/python3.14-3.14.0/build-static$
gcc-15 -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall   
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
-D_FORTIFY_SOURCE=2 -g -Werror=implicit-function-declaration
-ffile-prefix-map=/home/glaubitz/python314/python3.14-3.14.0/=.
-fstack-protector -Wformat -Werror=format-security  -std=c11 -Wextra
-Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes
-Werror=implicit-function-declaration -fvisibility=hidden 
-I../Include/internal -I../Include/internal/mimalloc -IObjects -IInclude
-IPython -I. -I../Include    -DPy_BUILD_CORE -o Python/pystrtod.o
../Python/pystrtod.c -save-temps
(sid_m68k-dchroot)glaubitz@mitchy:~/python314/python3.14-3.14.0/build-static$
cd ..
(sid_m68k-dchroot)glaubitz@mitchy:~/python314/python3.14-3.14.0$ find . -name
"pystrtod.*"
./Python/pystrtod.c
./Include/pystrtod.h
./build-static/Python/pystrtod.s
./build-static/Python/pystrtod.o
./build-static/Python/pystrtod.i
(sid_m68k-dchroot)glaubitz@mitchy:~/python314/python3.14-3.14.0$ cd
./build-static/Python/
(sid_m68k-dchroot)glaubitz@mitchy:~/python314/python3.14-3.14.0/build-static/Python$
tar czf ~/pr122211-save-temps.tgz pystrtod.*
(sid_m68k-dchroot)glaubitz@mitchy:~/python314/python3.14-3.14.0/build-static/Python$

Reply via email to