]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-aux-info.c
* tree.def (FIXED_POINT_TYPE): New type.
[thirdparty/gcc.git] / gcc / c-aux-info.c
index 1a40f0d33fff42090a12962e98f94ca1a7e867e9..28da8e0e441e3f516ca4218d02be3d33f78ad892 100644 (file)
@@ -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.  */