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: [RFC diagnostics/fortran] Move gfc_warning (buffered) to the common diagnostics machinery


Manuel LÃpez-IbÃÃez <lopezibanez@gmail.com> writes:

> * Dodji: Do the common diagnostics part look reasonable?

Yes they do.

I just have one minor comment nit:

[...]

> Index: gcc/pretty-print.h

[...]

> +
> +  /* Nonzero means that text should be flushed when
> +     appropriate. Otherwise, text is buffered until either
> +     pp_pp_really_flush or pp_clear_output_area are called. */

I think you wanted to say pp_really_flush, not pp_pp_realy_flush.

> +  bool flush_p;
>  };

[...]

Thanks!

-- 
		Dodji


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