This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/50687] Missing symbols with -flto -fvisibility=hidden on 4.6.x but not on 4.7.0
- From: "giulio.eulisse at cern dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 11 Oct 2011 09:56:56 +0000
- Subject: [Bug lto/50687] Missing symbols with -flto -fvisibility=hidden on 4.6.x but not on 4.7.0
- Auto-submitted: auto-generated
- References: <bug-50687-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50687
Giulio Eulisse <giulio.eulisse at cern dot ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
--- Comment #2 from Giulio Eulisse <giulio.eulisse at cern dot ch> 2011-10-11 09:56:56 UTC ---
Sorry for the bad wording, let's just call it "different behavior" between
4.6.x + -flto and 4.7.x (with and without -flto) or 4.6.1 (without -flto).
What would be satisfactory for me is to know whether this different behavior is
intended or not and if not whether there is plan to make the behavior uniform
in 4.6.2.
Also notice that the difference is not -fvisibility=hidden related as the same
kind of difference persists if such an option is dropped.