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]

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


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