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: [patch] Fix PR c++/27952



On Jun 10, 2006, at 7:05 AM, Lee Millward wrote:
The seg faults are triggered inside decay_conversion and initialize_local_var,
both of couldn't handle NULL parameters so the first part of the patch
is adding those checks into the two affected functions.

Why is this NULL instead of error_mark_node?


-- Pinski


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