aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index ad3f4307f5d..ec0f2d3a751 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -4915,7 +4915,7 @@ groktypename (cp_decl_specifier_seq *type_specifiers,
else
cplus_decl_attributes (&type, attrs, 0);
}
- return type;
+ return TTYPE (type);
}
/* Process a DECLARATOR for a function-scope variable declaration,