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