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] [C++] Fix PR 13268 and 13339 (error-recovery problems)


On Wed, 24 Dec 2003 13:01:06 -0500, Andrew Pinski <pinskia@physics.uc.edu> wrote:

> 	* class.c (add_method): Return early when method is error_mark_node.
> 	* pt.c (tsubst_friend_function): Return early when new_friend is
> error_mark_node.

These are OK.

> 	* decl.c (grokparms): Continue also if the type of decl is null.

How does this happen?

Jason


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