GCC Preprocessor command

ashwinichougule <[email protected]>
Newsgroups gmane.comp.gnu.screen.user
Message-ID <[email protected]>
Is there any command of GCC preprocessor that provide list of macros and
there usage in the .igcc file.
Example:
1. #define MACRO1 10
2. int main()
3. {
4.	int a;
5.	a = MACRO1 + 10;
6. }	    	

Expected Result: macro used = MACRO1 and usage is at line 5.

-- 
View this message in context: http://old.nabble.com/GCC-Preprocessor-command-tp31558445p31558445.html
Sent from the Gnu - Screen mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.