Home
last modified time | relevance | path

Searched refs:pp_warning_buffer (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c49 static output_buffer *pp_error_buffer, *pp_warning_buffer; variable
802 gfc_clear_pp_buffer (pp_warning_buffer); in gfc_warning()
806 pp->buffer = pp_warning_buffer; in gfc_warning()
1278 gfc_clear_pp_buffer (pp_warning_buffer); in gfc_clear_warning()
1290 if (! gfc_output_buffer_empty_p (pp_warning_buffer)) in gfc_warning_check()
1294 pp->buffer = pp_warning_buffer; in gfc_warning_check()
1537 pp_warning_buffer = new (XNEW (output_buffer)) output_buffer (); in gfc_diagnostics_init()
1538 pp_warning_buffer->flush_p = false; in gfc_diagnostics_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc49 static output_buffer *pp_error_buffer, *pp_warning_buffer; variable
903 gfc_clear_pp_buffer (pp_warning_buffer); in gfc_warning()
907 pp->buffer = pp_warning_buffer; in gfc_warning()
1379 gfc_clear_pp_buffer (pp_warning_buffer); in gfc_clear_warning()
1391 if (! gfc_output_buffer_empty_p (pp_warning_buffer)) in gfc_warning_check()
1395 pp->buffer = pp_warning_buffer; in gfc_warning_check()
1638 pp_warning_buffer = new (XNEW (output_buffer)) output_buffer (); in gfc_diagnostics_init()
1639 pp_warning_buffer->flush_p = false; in gfc_diagnostics_init()
H A DChangeLog-2014246 (pp_warning_buffer): Make it a pointer.
249 (gfc_buffer_error): Do not use pp_warning_buffer.flush_p as the
253 pp_warning_buffer if the old warning_buffer was empty. Call
266 pp_error_buffer and pp_warning_buffer. Set flush_p to false for
267 both pp_warning_buffer and pp_error_buffer.
343 (pp_warning_buffer,warningcount_buffered,werrorcount_buffered): New.
344 (gfc_buffer_error): Set pp_warning_buffer.flush_p.
350 (gfc_clear_warning): Clear pp_warning_buffer.
351 (gfc_warning_check): Flush pp_warning_buffer and update warning
353 (gfc_diagnostics_init): Init pp_warning_buffer.