This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing explicit instantiations in libstdc++ (was Re: Unreviewed


> Now that I think about it, for other reasons besides weak linking semantics, 
> these should just be compile tests, not compile-linkage-execute 
> tests.

You don't fully explain your reasoning.  However, this change seems a bit
pessimistic.  If you want to test implicit instantiation, why not just do
it on systems with weak linking semantics and provide the explicit needed
when this isn't available?  We already have _GLIBCPP_SUPPORTS_WEAK in
config.h, so this is trivial to implement.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]