diff options
author | Paolo Carlini <pcarlini@suse.de> | 2004-06-25 09:37:21 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2004-06-25 09:37:21 +0000 |
commit | 576df3214c16163b65f82064f035fd375d0c02aa (patch) | |
tree | 468698700a7b8cab6c3c55ba3c784e60e3917df3 /libstdc++-v3 | |
parent | 6e539e23964d08d584a9c16050949424d44a3601 (diff) | |
download | gcc-576df3214c16163b65f82064f035fd375d0c02aa.zip gcc-576df3214c16163b65f82064f035fd375d0c02aa.tar.gz gcc-576df3214c16163b65f82064f035fd375d0c02aa.tar.bz2 |
1.cc: Tweak instantiations.
2004-06-25 Paolo Carlini <pcarlini@suse.de>
* testsuite/25_algorithms/fill/1.cc: Tweak instantiations.
* testsuite/25_algorithms/fill/2.cc: Likewise.
From-SVN: r83646
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/25_algorithms/fill/1.cc | 1 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/25_algorithms/fill/2.cc | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0ecd533..d86adfb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-06-25 Paolo Carlini <pcarlini@suse.de> + + * testsuite/25_algorithms/fill/1.cc: Tweak instantiations. + * testsuite/25_algorithms/fill/2.cc: Likewise. + 2004-06-25 Dan Nicolaescu <dann@ics.uci.edu> Paolo Carlini <pcarlini@suse.de> diff --git a/libstdc++-v3/testsuite/25_algorithms/fill/1.cc b/libstdc++-v3/testsuite/25_algorithms/fill/1.cc index 62994bc..00830cb 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<std::_List_node<int> >; +template class __gnu_cxx::__mt_alloc<std::_List_node<num> >; #endif int main() diff --git a/libstdc++-v3/testsuite/25_algorithms/fill/2.cc b/libstdc++-v3/testsuite/25_algorithms/fill/2.cc index 4f0437e..51c45f3 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<std::_List_node<int> >; +template class __gnu_cxx::__mt_alloc<std::_List_node<num> >; #endif int main() |