diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2001-12-13 17:20:20 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2001-12-13 17:20:20 +0000 |
commit | 72dd53af504998e0dcdbbce221c67a4ad2c3b30b (patch) | |
tree | 33d541bb534ec49ca41e8678cf9bbf4c1e279bee /gcc | |
parent | 4a90862e3a3ea61399acc40605aa6d196d5d1a57 (diff) | |
download | gcc-72dd53af504998e0dcdbbce221c67a4ad2c3b30b.zip gcc-72dd53af504998e0dcdbbce221c67a4ad2c3b30b.tar.gz gcc-72dd53af504998e0dcdbbce221c67a4ad2c3b30b.tar.bz2 |
template31.C: Remove templates for classes std::__malloc_alloc_template<0> and...
* g++.old-deja/g++.jason/template31.C: Remove templates for classes
std::__malloc_alloc_template<0> and
std::__default_alloc_template<false, 0>.
From-SVN: r47977
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/template31.C | 10 |
2 files changed, 6 insertions, 10 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4f559ed..60ace64 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca> + + * g++.old-deja/g++.jason/template31.C: Remove templates for classes + std::__malloc_alloc_template<0> and + std::__default_alloc_template<false, 0>. + Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it> * objc/execute/bf-21.m: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template31.C b/gcc/testsuite/g++.old-deja/g++.jason/template31.C index 53fa355..6aa2936 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/template31.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/template31.C @@ -36,13 +36,3 @@ int main(int argc, char**argv) { IncludeIt* bar; std::exit(0); } - -template class std::__malloc_alloc_template<0>; -#ifndef __USE_MALLOC -template class std::__default_alloc_template<false, 0>; -#endif - - - - - |