This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Listing file-scope variables inside a pass
- From: "Karthikeyan M" <karthikeyan dot m at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 19 Mar 2007 15:15:59 -0700
- Subject: Listing file-scope variables inside a pass
What should I do if I want a list of all file-scope variables inside
my own pass ?
The file_scope variable is local to c-decl.c . Is there a reason why
the scope holding variables are local to c-decl.c ?
-
Karthik