[Bug libstdc++/56557] [4.8 Regression] Link error about `std::fstream' or `std::stringstream' with `-flto' and `-rdynamic' options

hubicka at ucw dot cz gcc-bugzilla@gcc.gnu.org
Mon Mar 11 13:58:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56557

--- Comment #8 from Jan Hubicka <hubicka at ucw dot cz> 2013-03-11 13:58:07 UTC ---
Yes, I agree it is GNU LD bug.
There is also GCC problem: this particular symbol should not appear in the LTO
symtab. It appears because we see the refernece, but the reference itself comes
from external var initializer and ought to be ignored.  I will fix this
problem.

Honza



More information about the Gcc-bugs mailing list