[Patch] Nathan's improvements to basic_string

Jan Hubicka jh@suse.cz
Thu Jun 19 16:47:00 GMT 2003


> On Thu, Jun 19, 2003 at 08:31:03AM +0200, Jan Hubicka wrote:
> > > Nathan Myers <ncm-nospam@cantrip.org> writes:
> > > 
> > > > 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'
> > > 
> > > Honza, isn't this the bug in gcse that you're hunting down?
> > Yes, that looks like the same CSE problem.  I will try to give it
> > priority this afternoon so it gets fixed.
> 
> I take it, then, that this is a core compiler bug and not a std headers bug?

Yes, CSE messes up addresses in some cases so "+m" constraints breaks.

Honza
> 
> Nathan Myers
> ncm-nospam@cantrip.org



More information about the Libstdc++ mailing list