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++, diagnostic] PR 33494


On Thu, 1 Nov 2007, Paolo Carlini wrote:

| Gabriel Dos Reis wrote:
| > | By the way, in that context, I'm puzzled by the way pp_cxx_expression
| > | deals with NON_DEPENDENT_EXPR. Is it calling itself or what?
| >
| > That is a bug.  It should be
| >
| >    pp_cxx_expression (pp, TREE_OPERAND (t, 0))
| >   
| Ok, I'm fixing this too at the same time.

Many thanks!

-- Gaby


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