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

Re: GCC back-ends


"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


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