[Bug ipa/59469] [4.8/4.9 Regression] LLVM build failure with gcc LTO
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 6 08:10:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469
--- Comment #45 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
The bug here is that lto-cgraph.c still checks DECL_COMDAT as a condition if
symbol is duplicated or partitioned. We really need to get the logic into
lto-cgraph.c and use same test at both places... Will do that tomorrow.
More information about the Gcc-bugs
mailing list