* decl.c (start_decl): Add missing parentheses.
authorMark Mitchell <mark@codesourcery.com>
Mon, 31 Jan 2005 16:16:16 +0000 (16:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 31 Jan 2005 16:16:16 +0000 (16:16 +0000)
From-SVN: r94483

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

index e205886c863d5c500c94962a7da6ac9164295e67..d0ccb13a2d205923a9a4d70d99cb6558283b828c 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-31  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl.c (start_decl): Add missing parentheses.
+
 2005-01-30  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/19555
index e72b183c6b6f5edb8980169d4d12987027d3e08e..964feaa08fe4df6c809a56f95f62c0d6f5ba0789 100644 (file)
@@ -3702,7 +3702,7 @@ start_decl (const cp_declarator *declarator,
 
       /* cp_finish_decl sets DECL_EXTERNAL if DECL_IN_AGGR_P is set.  */
       DECL_IN_AGGR_P (decl) = 0;
-      if (DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl)
+      if ((DECL_LANG_SPECIFIC (decl) && DECL_USE_TEMPLATE (decl))
          || CLASSTYPE_TEMPLATE_INSTANTIATION (context))
        {
          /* Do not mark DECL as an explicit specialization if it was