http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46770
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paolo.carlini at oracle dot | |com --- Comment #58 from Jan Hubicka <hubicka at gcc dot gnu.org> 2010-12-14 12:52:06 UTC --- Having everyone with knowledge of static construction alerted, can't we use the GNU constructor priorities to solve PR44952? I.e. having highest priority constructor to construct iostream in the module defining cout instead of having static construction in every module?