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: [Patch] Nathan's improvements to basic_string


In article <20030613215934.GC8942@tofu.dreamhost.com> you write:

> The first interesting result is that at -O1 it says 
>
> gnu/include/c++/3.4/x86_64-unknown-linux-gnu/bits/atomicity.h: In 
>   function `int main()':
> /amd/ncm/gnu/include/c++/3.4/x86_64-unknown-linux-gnu/bits/atomicity.h:43:
> error: inconsistent
>      operand constraints in an `asm'

That's because the asm constraints [in config/cpu/i486/atomicity.h]
are now likely wrong.  They likely became wrong when someone installed
the patch to allow either {0,1} or {1,0} ordering...

Since I neither generated nor approved that patch (and barely
understand the stuff myself to speak authoritatively on the matter),
I'm going to remain silent now. ;-)

Regards,
Loren


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