aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r--gcc/cp/rtti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c
index be25be4e07d..eb650baed65 100644
--- a/gcc/cp/rtti.c
+++ b/gcc/cp/rtti.c
@@ -1514,7 +1514,7 @@ emit_support_tinfos (void)
{
/* Dummy static variable so we can put nullptr in the array; it will be
set before we actually start to walk the array. */
- static tree *const fundamentals[] =
+ static ttype **const fundamentals[] =
{
&void_type_node,
&boolean_type_node,