This is the mail archive of the gcc@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: A question about tree-pretty-printing


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


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