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

--- Comment #7 from John Paul Adrian Glaubitz <glaubitz at physik dot 
fu-berlin.de> ---
Created attachment 49380
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49380&action=edit
Archive containing C source, preprocessed source as well as assembly and object
output

I have created the pre-processed source with the following command line:

sh4-linux-gnu-gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g
-fwrapv -O3 -Wall -g
-fdebug-prefix-map=//build/python3.9-m4kjWv/python3.9-3.9.0=. -fstack-protector
-Wformat -Werror=format-security    -std=c99 -Wextra -Wno-unused-result
-Wno-unused-parameter -Wno-missing-field-initializers
-Werror=implicit-function-declaration -fvisibility=hidden 
-I../Include/internal -IObjects -IInclude -IPython -I. -I../Include -Wdate-time
-D_FORTIFY_SOURCE=2  -fPIC -DPy_BUILD_CORE -o Objects/longobject.o
../Objects/longobject.c -save-temps

I have included the C sources, assembly output and resulting object file to
make sure we got everything in one archive.

Reply via email to