OSDN Git Service

(dbxout_type): The "base type" of a SET_TYPE is its DOMAIN_TYPE, not
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Dec 1993 23:09:38 +0000 (23:09 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Dec 1993 23:09:38 +0000 (23:09 +0000)
its TREE_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6209 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/dbxout.c

index a952af5..08881fc 100644 (file)
@@ -1100,7 +1100,7 @@ dbxout_type (type, full, show_arg_types)
     case SET_TYPE:
       putc ('S', asmfile);
       CHARS (1);
-      dbxout_type (TREE_TYPE (type), 0, 0);
+      dbxout_type (TYPE_DOMAIN (type), 0, 0);
       break;
 
     case ARRAY_TYPE: