C++ automatic template instantiation?
Mike Stump
mrs@windriver.com
Wed Apr 19 13:22:00 GMT 2000
> From: Alex Hornby <alex@anvil.co.uk>
> Date: Wed, 19 Apr 2000 13:41:27 +0100 (BST)
> To: gcc@gcc.gnu.org
> Is there any code in the current snapshots to replace manual
> template instantiation?
Yes and no. Yes, it works on some platforms, no, it doesn't work on
some platforms. If you're interested in a better quality answer, I'd
need a better quality question. ;-) The general rule is, elf and
better and it'll work, a.out and worse and it won't.
Not only is this code in snapshots, but it is also has been around for
a very very long while.
> The existing -frepo in 2.95.2 appears to miss lots of used symbols.
Ok. Sounds like a bug, bugs should be reported.
> Is -frepo being updated to work,
It won't be without bug reports. With bug reports it stands a chance
at bug fixes. Generally speaking, if you want to know if it works in
a particular instance, you're going to have to try it.
> or is there a new scheme in progress for gcc 3.0?
Nope.
More information about the Gcc
mailing list