https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92170
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2019-10-22 Ever confirmed|0 |1 --- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > This appears to be caused by code in output_stack_usage in toplev.c > searching for "." in the function name and only outputting after that point. > It is unclear to me what the intent was originally, but it dates back to the > original stack usage support commit (990495a75cd7). It's intended to keep only the unqualified name, in particular for Ada. > I achieved the expected output shown above by applying the below patch to > disable the checks: OK, but this workaround is not acceptable of course.