This is the mail archive of the gcc-help@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]

special comments handling in the C compiler


Hi,

I want to modify the c compiler so that the comments aren't stripped but 
stored and printed out later onto the assembly output as comments.  Which 
files or more specifically which functions should I start to modifying?  
Right now I've just started digging through the gcc sources.  I am currently 
reading through c-parser.c.   Any help in pointing me towards the right 
direction would greatly appreicated.  Thank you in advance.   

Regards,

Tim Wang


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