[Bug libstdc++/85705] Initializing cout in a dynamically loaded position-independent executable

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue May 8 21:09:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85705

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I doubt this is supported.  The main reason is constructors is not happening
the way you think they should be happening.  That is the constructor needed for
cout is not happening.


More information about the Gcc-bugs mailing list