This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/50669] no warning for unused globals
- From: "jg at jguk dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 09 Oct 2011 16:44:18 +0000
- Subject: [Bug c/50669] no warning for unused globals
- Auto-submitted: auto-generated
- References: <bug-50669-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50669
--- Comment #2 from Jon Grant <jg at jguk dot org> 2011-10-09 16:44:18 UTC ---
I could understand this for libraries. However, when linking as an executable
binary, could the global really be still exported?