This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: AIX testsuite failure due to missing template instantiation
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Phil Edwards <phil at jaj dot com>
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, peturr02 at ru dot is, libstdc++ at gcc dot gnu dot org
- Date: Mon, 12 May 2003 14:45:57 -0400
- Subject: Re: AIX testsuite failure due to missing template instantiation
>>>>> Phil Edwards writes:
Phil> On Mon, May 12, 2003 at 11:14:01AM -0500, Benjamin Kosnik wrote:
>>
>> >FAIL: 27_io/basic_filebuf/underflow/10096.cc (test for excess errors)
>> >Excess errors:
>> >ld: 0711-317 ERROR: Undefined symbol: std::basic_filebuf<char, MyTraits>::_S_pback_size
>>
>> Should be fixed now, thanks.
Phil> Is there a way for an ix86-linux user/maintainer to simulate the AIX
Phil> no-weak no-common no-whatever situation, and find these things ahead of time?
-fno-implicit-templates
We have decided that libstdc++ should be tested as it is run by the target
-- using implicit template instantiation if the target supports that
correctly. One needs to explicitly use the option to check if a new or
changed test will fail on targets without that functionality.
David