From 57a7edd3238964bc26bfea1b0ebd9aa013781fbb Mon Sep 17 00:00:00 2001 From: danglin Date: Thu, 13 Dec 2001 17:20:20 +0000 Subject: [PATCH] * g++.old-deja/g++.jason/template31.C: Remove templates for classes std::__malloc_alloc_template<0> and std::__default_alloc_template. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47977 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 6 ++++++ 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 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 - - - - - -- 2.11.0