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 ping


Jakub Jelinek wrote:

So, if I should use error_operand_p instead, I guess it should be changed
consistently for all 3 cases, or none.

Oh, I see. My brain's being a little dumb. Yes, we can rely on cp_build_modify_expr to return an error_mark_node on error, and in that case it's fine as is. So, go with your original patch.


Thanks,

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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