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: C++ PATCH:


Neil Booth <neil@daikokuya.co.uk> writes:

| Gabriel Dos Reis wrote:-
| 
| > That statement is factually false as can be verified with EDG-3.5:
| 
| Oh come on Gaby, that's not printing an expression, it prints

Please, the statement was that EDG does not print expression outside
declarations.  But the fact is it does not just print declarations.  It
prints also statements and expressions part of those statements.

(and it has a C++ back-end that unparses C++ programgs in C++).

| the raw source line, comments and trigraphs included.
| 
| Are you proposing your pretty printer do that too?

If you preserve them and they might useful, then why not. But,
no I'm proposing to go that far for 4.1.

-- Gaby


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