OSDN Git Service

* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused
[pf3gnuchains/gcc-fork.git] / gcc / c-aux-info.c
index 1a40f0d..28da8e0 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.  */