diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/trans-types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-types.c b/gcc/fortran/trans-types.c index d38aa28..a05633e 100644 --- a/gcc/fortran/trans-types.c +++ b/gcc/fortran/trans-types.c @@ -2435,7 +2435,7 @@ gfc_get_ppc_type (gfc_component* c) else t = void_type_node; - return build_pointer_type (build_function_type_list (t, NULL_TREE)); + return build_pointer_type (build_function_type (t, NULL_TREE)); } |