diff options
Diffstat (limited to 'gcc/c-aux-info.c')
-rw-r--r-- | gcc/c-aux-info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index 1a40f0d33ff..28da8e0e441 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -426,6 +426,7 @@ gen_type (const char *ret_val, tree t, formals_style style) break; case INTEGER_TYPE: + case FIXED_POINT_TYPE: data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t))); /* Normally, `unsigned' is part of the deal. Not so if it comes with a type qualifier. */ |