https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108416
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- Same behavior with the following so this does seem to be by design int *p; void foo (); void bar () { int i; p = &i; //foo (); }
rguenth at gcc dot gnu.org via Gcc-bugs Mon, 16 Jan 2023 02:34:21 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108416
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- Same behavior with the following so this does seem to be by design int *p; void foo (); void bar () { int i; p = &i; //foo (); }