aboutsummaryrefslogtreecommitdiff
path: root/gcc/python/py-runtime.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/python/py-runtime.tpl')
-rw-r--r--gcc/python/py-runtime.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/python/py-runtime.tpl b/gcc/python/py-runtime.tpl
index 9441f677331..7815780c0b2 100644
--- a/gcc/python/py-runtime.tpl
+++ b/gcc/python/py-runtime.tpl
@@ -304,7 +304,7 @@ void gpy_dot_types_init (void)
gpy_preserve_from_gc (gpy_attrib_type);
VEC_safe_push (tree, gc, gpy_builtin_types_vec,
- gpy_attrib_type);
+ build_pointer_type (gpy_attrib_type));
gpy_preserve_from_gc (gpy_attrib_type_ptr);
VEC_safe_push (tree, gc, gpy_builtin_types_vec,