diff options
author | redbrain <redbrain@gcc.gnu.org> | 2012-04-16 04:06:52 +0100 |
---|---|---|
committer | redbrain <redbrain@gcc.gnu.org> | 2012-04-16 04:06:52 +0100 |
commit | 0a9d9e9f5f14edd494bc58c49921b22d636f286c (patch) | |
tree | 2032fd678e459baf410cdce80cf9e891788327db /gcc/python/py-runtime.tpl | |
parent | 499938f87786d6fbb8102f4e3cf8efbf83509b5c (diff) | |
download | gcc-0a9d9e9f5f14edd494bc58c49921b22d636f286c.tar.gz |
debugging
Diffstat (limited to 'gcc/python/py-runtime.tpl')
-rw-r--r-- | gcc/python/py-runtime.tpl | 2 |
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, |