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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hmm
static void i() { *h = j(); }
static int *j(unsigned o) {

I suspect this is just might be another one of these cases where a variable is
uninitialized gets a different value now.

Reply via email to