GCC back-ends
Ian Lance Taylor
ian@airs.com
Sun Dec 4 04:31:00 GMT 2005
"Domagoj D" <domagoj@engineer.com> writes:
> Does GCC front- and middle-end keep the source code line numbers all
> the way until the RTL is generated? I'd need that for the tool I'm
> developing.
Yes. They have to, in order to generate correct debugging
information.
> Also, are there any simple source code browsers / static analysis
> tools that use GCC as the front-/middle-end that I might check out
> to see how to hook up with GCC?
I don't know of any.
Ian
More information about the Gcc
mailing list