* dbxout.c (dbxout_type_fields): Skip field if DECL_IGNORED_P.

From-SVN: r14259
This commit is contained in:
Per Bothner 1997-06-18 18:17:36 -07:00
parent 16c8104062
commit 7b1f7d51a7
1 changed files with 2 additions and 0 deletions

View 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,