This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/53780] [l4.7.1 lto] linker fails with lto and "standard" object file
- From: "matt at use dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 11 Oct 2012 19:10:00 +0000
- Subject: [Bug lto/53780] [l4.7.1 lto] linker fails with lto and "standard" object file
- Auto-submitted: auto-generated
- References: <bug-53780-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53780
Matt Hargett <matt at use dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matt at use dot net
--- Comment #11 from Matt Hargett <matt at use dot net> 2012-10-11 19:10:00 UTC ---
I am also seeing the message:
boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::gregorian::bad_day_of_year>
warning: relocation refers to discarded section
in my final link of a large C++ program compiled with LTO (with boost not
compiled as LTO). I tried compiling boost with LTO to work around the problem,
but got an ICE instead (will file that later).
Do the patches mentioned below (still) fix the problem in 4.7.x?