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


> The differences between the code on the 4.1 branch and on mainline
> existed before I applied my patch. The only addition I made was to
> check for TREE_VEC_ELT (parms, nargs) against error_mark_node which I
> applied to both, the rest of the conditional I left alone.

OK, thanks for the clarification.  Then we have an interesting conflict 
between rule #7 (only do minimal changes) and rule #13 (minimize differences 
between branches) of the Compiler Writer's Guide. :-)

-- 
Eric Botcazou


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