From 0a9d9e9f5f14edd494bc58c49921b22d636f286c Mon Sep 17 00:00:00 2001 From: redbrain Date: Mon, 16 Apr 2012 04:06:52 +0100 Subject: debugging --- gcc/python/py-runtime.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/python/py-runtime.tpl') 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, -- cgit v1.2.1