[Bug middle-end/63518] missing Wuninitialized warning independent of order of arguments
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Oct 23 08:06:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63518
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
GCC uninit warning for decls whos address has been taken is weak which is the
first one GCC does not warn. The second one should not be warned due to C++17
order of execution rules changes (there is no reason not apply them to earlier
C++ versions really).
More information about the Gcc-bugs
mailing list