This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/51523] New: LTO keeps unneeded functions (mingw32 target)
- From: "d.g.gorbachev at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 13 Dec 2011 02:21:40 +0000
- Subject: [Bug target/51523] New: LTO keeps unneeded functions (mingw32 target)
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51523
Bug #: 51523
Summary: LTO keeps unneeded functions (mingw32 target)
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: d.g.gorbachev@gmail.com
Created attachment 26067
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26067
Testcase
Unless compiling with `-fvisibility=hidden'. I think it's a bug and not
intended behavior. Otherwise, it should be documented.
See also `--export-all-symbols' bug: <http://sourceware.org/PR13494>.