* decl.c (start_decl): Use 'tem'.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 15 May 1998 00:46:36 +0000 (00:46 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 15 May 1998 00:46:36 +0000 (20:46 -0400)
From-SVN: r19768

gcc/cp/ChangeLog
gcc/cp/decl.c

index ae3695b0b6f61eb729a9d8d4e06777c00aee7a03..d8d4752f1b13f9a5943aa7e3a760e06901fcad9f 100644 (file)
@@ -1,3 +1,7 @@
+Fri May 15 00:46:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * decl.c (start_decl): Use 'tem'.
+
 Thu May 14 16:30:47 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
 
        * exception.cc: Include eh-common.h.
index 287c8ad430ccc543e1aacd570be22c688b05b976..ad3f998116dfa2b4918725ceb394f4d2fa1776f9 100644 (file)
@@ -6247,7 +6247,7 @@ start_decl (declarator, declspecs, initialized, attributes, prefix_attributes)
       if (! current_function_decl)
        tem = push_template_decl (tem);
       else if (minimal_parse_mode)
-       DECL_VINDEX (decl)
+       DECL_VINDEX (tem)
            = build_min_nt (DECL_STMT, copy_to_permanent (declarator),
                            copy_to_permanent (declspecs),
                            NULL_TREE);