[Bug c/93252] Warning for symbols that could be internalized

2020-01-13 Thread trass3r at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93252 --- Comment #2 from Trass3r --- Yeah it's in the same vein as the other -Wsuggest warnings which run during lto. Like a.c void f() {} // can be made static void g() { f(); } b.c void g(); int main() { g(); }

[Bug c/93252] Warning for symbols that could be internalized

2020-01-13 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93252 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic, lto Severity|norma