diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 80a3d60..a5130a5 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -2354,7 +2354,7 @@ finish_id_expression (tree id_expression, required. If the template-id was for a template-class, we will sometimes have a TYPE_DECL at this point. */ else if (TREE_CODE (decl) == TEMPLATE_ID_EXPR - || TREE_CODE (decl) == TYPE_DECL) + || TREE_CODE (decl) == TYPE_DECL) ; /* Look up the name. */ else |