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: [fortran,patch] Remove gfc_status and gfc_status_char


FX Coudert wrote:
For dump_parse_tree.c, I've reworked it to use fprintf(), fputs() and fputc() instead of gfc_status() and gfc_status_char().

Use putc() rather than fputc(), it's ever so slightly faster.


--
Janne Blomqvist


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