From: Paolo Carlini Date: Fri, 25 Jun 2004 09:37:21 +0000 (+0000) Subject: 1.cc: Tweak instantiations. X-Git-Tag: releases/gcc-4.0.0~7361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=576df3214c16163b65f82064f035fd375d0c02aa;p=thirdparty%2Fgcc.git 1.cc: Tweak instantiations. 2004-06-25 Paolo Carlini * testsuite/25_algorithms/fill/1.cc: Tweak instantiations. * testsuite/25_algorithms/fill/2.cc: Likewise. From-SVN: r83646 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0ecd53334023..d86adfbdc2ec 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-06-25 Paolo Carlini + + * testsuite/25_algorithms/fill/1.cc: Tweak instantiations. + * testsuite/25_algorithms/fill/2.cc: Likewise. + 2004-06-25 Dan Nicolaescu Paolo Carlini diff --git a/libstdc++-v3/testsuite/25_algorithms/fill/1.cc b/libstdc++-v3/testsuite/25_algorithms/fill/1.cc index 62994bc5865f..00830cbfbdf2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/1.cc @@ -60,6 +60,7 @@ void test01() #if !__GXX_WEAK__ && _MT_ALLOCATOR_H // Explicitly instantiate for systems with no COMDAT or weak support. template class __gnu_cxx::__mt_alloc >; +template class __gnu_cxx::__mt_alloc >; #endif int main() diff --git a/libstdc++-v3/testsuite/25_algorithms/fill/2.cc b/libstdc++-v3/testsuite/25_algorithms/fill/2.cc index 4f0437e80fbb..51c45f31cbff 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/2.cc @@ -60,6 +60,7 @@ void test01() #if !__GXX_WEAK__ && _MT_ALLOCATOR_H // Explicitly instantiate for systems with no COMDAT or weak support. template class __gnu_cxx::__mt_alloc >; +template class __gnu_cxx::__mt_alloc >; #endif int main()