https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106532
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Even more reduced (this is why uninitialized variable was needed to form the 2048 :) ): int g (void) { return 2048; }
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 04 Aug 2022 17:18:52 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106532
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Even more reduced (this is why uninitialized variable was needed to form the 2048 :) ): int g (void) { return 2048; }