[patch, fortran] Fix PR 90813
Steve Kargl
sgk@troutmask.apl.washington.edu
Mon Jul 29 05:36:00 GMT 2019
On Sun, Jul 28, 2019 at 11:50:03PM +0200, Thomas Koenig wrote:
> Index: parse.c
> ===================================================================
> --- parse.c (Revision 273855)
> +++ parse.c (Arbeitskopie)
> @@ -6366,6 +6366,13 @@ done:
> /* Do the translation. */
> translate_all_program_units (gfc_global_ns_list);
>
> + /* Dump the global symbol ist. We only do this here because part
s/ist/list
> + of it is generated after mangling the identifiers in
> + trans-decl.c. */
> +
> + if (flag_dump_fortran_global)
> + gfc_dump_global_symbols (stdout);
> +
> gfc_end_source_files ();
> return true;
Other than the typo above, the patch looks good to me.
You may want to give others a day or 2 to review the
patch.
--
Steve
More information about the Gcc-patches
mailing list