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]

Re: C++ automatic template instantiation?


> 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.

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