template31.C: Remove templates for classes std::__malloc_alloc_template<0> and...
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 13 Dec 2001 17:20:20 +0000 (17:20 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 13 Dec 2001 17:20:20 +0000 (17:20 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/template31.C

index 4f559ed6739bf6b6ff92e4e3eecc1bb2fcd3c8b3..60ace64e508b8f5c1dad0c54ab9996b6ba1e2f4f 100644 (file)
@@ -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.
index 53fa3552856b41e04520b817259cbea279e091d0..6aa2936744afc937617f72c22f362e919ca9ad27 100644 (file)
@@ -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
-
-
-
-
-