Template Handling in G++

Ian Lance Taylor iant@google.com
Tue Feb 7 19:51:00 GMT 2012


"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



More information about the Gcc mailing list