This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran,patch] PR 25716: Implicit kind conversions in in expressions written to *.mod-files


Erik Edelmann wrote:
... in gfc_commit_symbol
> +  if (sym->old_symbol != NULL)
> +    {
> +      gfc_free (sym->old_symbol);

I see this is the same as in gfc_commit_symbols, but can you tell me why not
gfc_free_symbol?  I'll look into the rest tomorrow.

- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]