This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Running the preprocessor in reverse
- From: Joern Rennecke <joern dot rennecke at superh dot com>
- To: jyavner_BulkUCE at member dot fsf dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 3 Nov 2003 19:08:02 +0000 (GMT)
- Subject: 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 .