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


| 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))


-- Gaby


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