Commit 4e8f0a2e by Mark Mitchell Committed by Mark Mitchell

* decl.c (start_decl): Add missing parentheses.

From-SVN: r94483
parent a7a52913
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment