Hi, Thanking you in advance. I am a beginner working on implementing new instructions in gcc. I am unable to display log comments on console or file. We want to put log comments to know if compilation entered certain functions that we edited. Either we should be able to print on console or print in a file. This would help us track the flow of execution as well. Regards