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: [Patch,Fortran] PR 45560 - add EXPR pretty printer (gfc_debug_expr)


Andrew Pinski wrote:
On Mon, Sep 6, 2010 at 10:46 AM, Tobias Burnus<burnus@net-b.de> wrote:
  Richard stated in #gcc that he misses a pretty printer for gfc_expr. The
attached patch adds one. To be used in the debugger - otherwise, the
function is not called.
I would use stderr instead of stdout.  It is also not buffered.
The GCC debug_* functions all use stderr.

I concur - and have commit a fix as Rev. 163931.


Tobias


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