C++ regression from stdlibc++ change
Nathan Sidwell
nathan@codesourcery.com
Fri Dec 14 05:03:00 GMT 2001
Hi,
something about
2001-12-04 Benjamin Kosnik <bkoz@redhat.com>
* src/Makefile.am (sources): Add ext-inst.cc.
* src/Makefile.in: Regenerate.
* src/ext-inst.cc: New file.
* include/bits/stl_threads.h: Format.
* src/globals.cc: Add instantiation for _S_swap_lock.
is causing g++.old-deja/g++.eh/badalloc1.C to fail on i686-pc-linux-gnu
It appears to be the inclusion of the ext-inst.cc file, as the attached
diff removes that failure by the simple expedient of removing ext-inst.cc
I've not investigated why we get such a strange interaction. Ben, do you
have time to look at this?
nathan
--
Dr Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC
'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libstdc.diff2
Type: application/octet-stream
Size: 2565 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/20011214/7f5f7ef5/attachment.obj>
More information about the Gcc-bugs
mailing list