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: Template Handling in G++


"Iyer, Balaji V" <balaji.v.iyer@intel.com> writes:

>     Can someone please tell me the entry point function (and stage) where the template functions are separated for different data types?

I don't understand your question, but I can tell you that all the C++
template support is in the C++ frontend.  It's in the file gcc/cp/pt.c.

Ian


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