Update libiberty with latest sources from gcc mainline

This commit is contained in:
Nick Clifton
2021-01-05 12:36:09 +00:00
parent 5f8c2a1507
commit d750c713c9
13 changed files with 1466 additions and 75 deletions

View File

@@ -122,6 +122,10 @@ struct d_info
/* Non-zero if we are parsing the type operand of a conversion
operator, but not when in an expression. */
int is_conversion;
/* 1: using new unresolved-name grammar.
-1: using new unresolved-name grammar and saw an unresolved-name.
0: using old unresolved-name grammar. */
int unresolved_name_state;
/* If DMGL_NO_RECURSE_LIMIT is not active then this is set to
the current recursion level. */
unsigned int recursion_level;