https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122512
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
Status|NEW |ASSIGNED
Summary|[16 Regression] Testsuite |[16 Regression] Testsuite
|failures with |failures with
|-fdump-ipa-inline-details |-fdump-ipa-inline-details
| |since r16-4747
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
$1 = SYMTAB_FUNCTION
907 fprintf (f, "\n Type: %s", symtab_type_names[type]);
enum toplevel_type
{
TOPLEVEL_BASE,
TOPLEVEL_ASM,
SYMTAB_SYMBOL,
SYMTAB_FUNCTION,
SYMTAB_VARIABLE
};
static const char * const symtab_type_names[] = {"symbol", "function",
"variable"};
r16-4747-g529c25ed6e0a06 didn't update this.