class.c (instantiate_type): Reinstate local variable deleted in previous change.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 17 Aug 2000 13:26:14 +0000 (13:26 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 17 Aug 2000 13:26:14 +0000 (13:26 +0000)
* class.c (instantiate_type): Reinstate local variable
deleted in previous change.

From-SVN: r35758

gcc/cp/ChangeLog
gcc/cp/class.c

index a3ad3fa0950f8e3adf11c34315cb9978c2f4be98..98db77a55a2ae853dc4ca1a36acdec69317d792c 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * class.c (instantiate_type): Reinstate local variable
+       deleted in previous change.
+
 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
 
        * cp-tree.h (instantiate_type_flags): New enumeration.
index f9c27ab3c277c6345d3a1deff4faaa7922f31d0f..08099c116b170628d698fbe8dc51941876112268 100644 (file)
@@ -5993,7 +5993,8 @@ instantiate_type (lhstype, rhs, flags)
   int complain = (flags & itf_complain);
   int strict = (flags & itf_no_attributes)
                ? COMPARE_NO_ATTRIBUTES : COMPARE_STRICT;
-
+  tree r;
+  
   if (TREE_CODE (lhstype) == UNKNOWN_TYPE)
     {
       if (complain)