(dbxout_range_type): Handle an array range that is neither int nor subrange.
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 15 Jun 1994 22:21:27 +0000 (15:21 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 15 Jun 1994 22:21:27 +0000 (15:21 -0700)
From-SVN: r7494

gcc/dbxout.c

index 5418566..b2995c1 100644 (file)
@@ -877,6 +877,8 @@ dbxout_range_type (type)
   fprintf (asmfile, "r");
   if (TREE_TYPE (type))
     dbxout_type (TREE_TYPE (type), 0, 0);
+  else if (TREE_CODE (type) != INTEGER_TYPE)
+    dbxout_type (type, 0, 0); /* E.g. Pascal's ARRAY [BOOLEAN] of INTEGER */
   else
     {
       /* This used to say `r1' and we used to take care