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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The corresponding -fprofile-generate build was with
gcc  -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1
-DNDEBUG -mbranch-protection=standard -fexceptions 
-mbranch-protection=standard -fexceptions   -mbranch-protection=standard
-fexceptions   -O3 -flto=auto -ffat-lto-objects -fexceptions -g
-grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang
-Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3
-Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-fstack-protector-strong   -mbranch-protection=standard
-fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer   -D_GNU_SOURCE -fPIC -fwrapv
-fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -g
-std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
-Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden
-D_Py_TIER2=3 -D_Py_JIT -flto=auto -ffat-lto-objects -fexceptions -g
-grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang
-Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3
-Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-fstack-protector-strong   -mbranch-protection=standard
-fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer
-mno-omit-leaf-frame-pointer   -D_GNU_SOURCE -fPIC -fwrapv -O3
-fprofile-generate
-I/builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Include/internal
-I/builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Include/internal/mimalloc
-IObjects -IInclude -IPython -I.
-I/builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Include  
-fPIC -DPy_BUILD_CORE_BUILTIN -c
/builddir/build/BUILD/python3.15-3.15.0_a5-build/Python-3.15.0a5/Modules/_opcode.c
-o Modules/_opcode.o

Reply via email to