Andi Kleen <a...@firstfloor.org> writes:

> diff --git a/gcc/input.cc b/gcc/input.cc
> index fabfbfb6eaa..d3b12037ba8 100644
> --- a/gcc/input.cc
> +++ b/gcc/input.cc
> @@ -1325,6 +1325,8 @@ dump_line_table_statistics (void)
>    if (s.num_expanded_macros != 0)
>      fprintf (stderr, "Average number of tokens per macro expansion:  %5ld\n",
>               s.num_macro_tokens / s.num_expanded_macros);
> +  fprintf (stderr, "Number of expanded tokens:           " PRsa (5) "\n",
> +        SIZE_AMOUNT (s.num_macro_tokens));
>    fprintf (stderr,
>             "\nLine Table allocations during the "
>          "compilation process\n");

Please ignore the extra bogus hunk. I already removed it.

-Andi

Reply via email to