* dbxout.c (dbxout_type_fields): Skip field if DECL_IGNORED_P.
authorPer Bothner <bothner@gcc.gnu.org>
Thu, 19 Jun 1997 01:17:36 +0000 (18:17 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 19 Jun 1997 01:17:36 +0000 (18:17 -0700)
From-SVN: r14259

gcc/dbxout.c

index 80d2f83849f921455cb515576491e63acb72643a..a0a9665acab1bb51dda6f700edc2c142a1978b43 100644 (file)
@@ -640,6 +640,8 @@ dbxout_type_fields (type)
                   || TREE_CODE (DECL_SIZE (tem)) != INTEGER_CST))
        continue;
       /* Omit here the nameless fields that are used to skip bits.  */
+      else if (DECL_IGNORED_P (tem))
+       continue;
       else if (TREE_CODE (tem) != CONST_DECL)
        {
          /* Continue the line if necessary,