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] grokdeclarator cleanup (newb patch)


sashan <sashang@ihug.co.nz> writes:

> I've had a look for duplicate 'name' identifiers  with different
> types. There are 2 occurences on line 6400 and line 6581. I suppose I
> could disentangle that by moving those sections into other functions?
> I don't know of any other strategy.

You could do that, or you could just rename one; that'd be less
invasive.

zw


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