[Bug middle-end/86940] False positive with -Wuninitialized
aerkiaga6 at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Aug 13 22:11:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86940
--- Comment #4 from Aritz Erkiaga <aerkiaga6 at gmail dot com> ---
Ok, then this is not a bug. Maybe a feature request?
Well, actually I think it would be safe for the compiler to assume that libc
(and possibly other external libraries) don't have access to variables defined
in the source file being compiled. Of course, they could do whatever they like,
but the possibility is not worth a warning, as I see it.
More information about the Gcc-bugs
mailing list