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 a3ad3fa..98db77a 100644 (file)
@@ -1,5 +1,10 @@
 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.
        (instantiate_type): Change parameter.
        * class.c (instantiate_type): Adjust prototype. Adjust.
index f9c27ab..08099c1 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)