This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Which .stabs to use? (please help)
On Tue, Jul 31, 2001 at 10:27:17AM -0700, Geoff Keating wrote:
> > Hopefully this problem will go away once we use precompiled headers.
>
> No, precompiled headers do not change the compiler's output.
It should. This problem is a result of template functions
being emitted more than once. Once we use precompiled header
files, there should be only one function (and one .stabs
'entry' for that function).
Is there already work being done on precompiled headers?
Because of the C++ compile speed up of a factor of 100
that I expect, I am more than interested to have a look
at that...
--
Carlo Wood <carlo@alinoe.com>