From: John David Anglin Date: Thu, 13 Dec 2001 17:20:20 +0000 (+0000) Subject: template31.C: Remove templates for classes std::__malloc_alloc_template<0> and... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72dd53af504998e0dcdbbce221c67a4ad2c3b30b;p=gcc.git 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. From-SVN: r47977 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4f559ed6739..60ace64e508 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-12-13 John David Anglin + + * g++.old-deja/g++.jason/template31.C: Remove templates for classes + std::__malloc_alloc_template<0> and + std::__default_alloc_template. + Thu Dec 13 10:35:33 2001 Nicola Pero * 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 53fa3552856..6aa2936744a 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; -#endif - - - - -