[Bug tree-optimization/105237] Missing uninitialized warning in self-initialization case

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 12 10:13:54 GMT 2022


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note:
int n = n;
Is a documented way of having the uninitiated warning to not happen.


More information about the Gcc-bugs mailing list