This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A question about tree-pretty-printing
- From: Jason Merrill <jason at redhat dot com>
- To: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 28 Jun 2004 00:41:26 -0400
- Subject: Re: A question about tree-pretty-printing
- References: <m34qowmhce.fsf@merlin.cs.tamu.edu>
On 27 Jun 2004 23:33:53 -0500, Gabriel Dos Reis <gdr@cs.tamu.edu> wrote:
> Do front-ends expect a pretty-printing close to the source language
> (e.g. Ada, C, C++, Fortran, Java, ...) or do they expect someting
> close to C?
For error messages, I'm sure they want something as close to the source as
possible. For tree-pretty-print, I think should generate something C-like.
Jason