gcc/libstdc++-v3/config
Jason Merrill 2ee8a2d5ce re PR libstdc++/54314 (undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >')
PR libstdc++/54314
gcc/
	* varasm.c (default_assemble_visibility): Don't warn about
	visibility on artificial decls.
gcc/cp/
	* class.c (build_ctor_vtbl_group): Give construction vtables
	hidden visibility.
libstdc++-v3/
	* config/abi/pre/gnu.ver: Don't export construction vtables.
	* config/abi/pre/gnu-versioned-namespace.ver: Likewise.

From-SVN: r195550
2013-01-29 12:24:51 -05:00
..
abi re PR libstdc++/54314 (undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >') 2013-01-29 12:24:51 -05:00
allocator * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. 2012-11-10 12:27:22 -05:00
cpu Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
io Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
locale Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
os Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00