[Bug c++/59469] [4.8/4.9 Regression] LLVM build failure with gcc LTO
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 10 10:34:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59469
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at redhat dot com
Component|ipa |c++
--- Comment #33 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
OK, either the testcase is invalid since ODR forbids you to have function
inline in one unit and not inline in other, or C++ FE should call mark_used on
the explicitly instantiated comdat. In any case, I am changing component to
C++.
Jason, any chance you can look on this?
More information about the Gcc-bugs
mailing list