This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: unsafe STL patch
On 01/28/2010 09:45 PM, François Dumont wrote:
> Hi
>
> Here is my new proposition, is it what you were expecting ?
Something like this, yes. Thanks!
> However it do not compile. When I run tests g++ complains about not
> knowing the __iter_base struct defined in bits/stl_algobase.h. I might
> be missing something obvious, do you see it ? I wonder if I have not a
> problem of pch. Is there any when building tests ? How to regenerate
> them or disable this feature ? It would also help me if you could tell
> me how to build/run tests from the testsuite_files I have generated
> without running the abi check ?
Let me have a closer look to your proposal, maybe it's just something
trivial.
Anyway, coming to your problem with PCHs, certainly you can configure
without, just pass --disable-libstdcxx-pch, but honestly I don't see why
the problem is that serious for you. Likewise for abi check. People
developing the library daily run make and make check, thus PCHs, library
proper, abi and all the other tests, without any particular problem. I
guess you have simply to set-up a bit better your machine.
> Do you have a link to the FSF form ?
In order to actually get the forms you have to fill a questionnaire and
send it to assignments@gnu.org. I'll forward it to you momentarily,
off-list.
Thanks again,
Paolo.