This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc help
- From: Andrew <gpl at km dot ru>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 22 Jan 2004 09:52:06 +0300
- Subject: gcc help
Hi!
I need to add a special code to your GCC program. This code gatheres information about all variables (their names, ranges and name spaces which they belong to) and opetators (which use those variables), and insert all this information to a database.
Could you please point me the best place it can be done.