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++/27668


On 7/26/06, Mark Mitchell <mark@codesourcery.com> wrote:
Volker Reichelt wrote:

> I think the hunk for process_template_parm is incomplete. The patch
> only changes the second instance of TREE_TYPE (parm) = void_type_node,
> but should also change the first IMHO. Here the snippet from
> process_template_parm:
>
>       if (TREE_TYPE (parm) == error_mark_node)
>       TREE_TYPE (parm) = void_type_node;

Good catch! Lee, would you please make the change Volker suggests?

Certainly, is that change approved assuming bootstrap and testing completes successfully?

Cheers,
Lee.


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