[Bug ipa/110818] [11 Regression] Segmentation fault with '-O3 -fno-dce -fno-ipa-cp -fno-tree-dce -fno-tree-sink'
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jul 29 07:51:25 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110818
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marxin at gcc dot gnu.org
Keywords| |wrong-code
Component|middle-end |ipa
--- Comment #15 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
_4 = *i_3(D);
That is the problem.
cmpl %edx, 0
is a comparing %edx to the memory location 0 ...
More information about the Gcc-bugs
mailing list