This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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