This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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] Obvious corrections to my PR 25716 patch


Erik Edelmann wrote:
>  static void
>  free_old_symbol (gfc_symbol * sym)
>  {
> +
>    if (sym->old_symbol == NULL)
>      return;

If this is the formatting error you're trying to fix, please don't.  I think
we all agree that this is ugly, and I distinctly remember rth speaking out
against blank lines in the beginning of functions with no local varibles, so
it's definitely not mandated.

Thanks for being so thorough,
- Tobi


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