[Bug tree-optimization/110091] [13/14/15/16 Regression] bogus -Wdangling-pointer on non-pointer values
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 21 22:30:39 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110091
--- Comment #16 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I was trying to figure out why we didn't commonize the clobber (in PR124141):
` rValue ={v} {CLOBBER(eos)}; ` in phiopt and then realize it is not from an
common conditional location. That is ok, sink will do it later on.
Anyways back to trying to fix the original testcase when doing function
splitting.
More information about the Gcc-bugs
mailing list