"Iyer, Balaji V" <[email protected]> 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
