This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: More test results...
- From: Jason Merrill <jason at redhat dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: Gabriel Dos Reis <gdr at codesourcery dot com>, libstdc++ at gcc dot gnu dot org
- Date: Tue, 12 Mar 2002 01:46:15 +0000
- Subject: Re: More test results...
- References: <Pine.SOL.3.91.1020311171105.28702A-100000@taarna.cygnus.com>
>>>>> "Benjamin" == Benjamin Kosnik <bkoz@redhat.com> writes:
>> Yes. And it works properly for me, but I haven't updated my tree since the
>> 1st.
> Hmm. Well, can you look at this with an up-to-date tree please?
> The test case is posted here:
> http://gcc.gnu.org/ml/libstdc++/2002-03/msg00085.html
Will do.
>> I'm uncomfortable with the change, as it means that the value of those
>> variables is now part of the ABI;
> At the moment, this is the only option.
Changing the ABI to work around a transient compiler bug seems a bit
extreme. :)
Jason