This is the mail archive of the gcc@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: Running the preprocessor in reverse


> The patches need more work.  Identifiers declared multiple times (such as
> functions) sometimes show up with multiple UIDs, that gcc is obviously
> merging internally, but I can't figure out where this is happening.  Also,

look at c-decl.c:duplicate_decls .


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