decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it uses template parameters.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 3 Aug 1998 09:59:39 +0000 (09:59 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 3 Aug 1998 09:59:39 +0000 (09:59 +0000)
* decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
uses template parameters.

From-SVN: r21549

gcc/cp/ChangeLog

index b7f83bc7abcaaace78e428a76e71d125211c584a..ee6b01fd98dd4fd91803deadaae96774dc8c2705 100644 (file)
@@ -1,3 +1,8 @@
+1998-08-03  Mark Mitchell  <mark@markmitchell.com>
+
+       * decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
+       uses template parameters.
+
 1998-08-02  Mark Mitchell  <mark@markmitchell.com>
 
        * cp-tree.def (LOOKUP_EXPR): Document.  Remove second argument.