https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119416
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The problem is we don't fold `.UBSAN_NULL (&iD.2467, 0B, 0);` until late and then nothing afterwards updates the address taken on i. maybe if TODO_update_address_taken should be added to sanopt if UBSAN_NULL was folded.