[Bug libstdc++/26875] Array allocator use count is shared between array_allocator instances
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 27 08:29:00 GMT 2006
------- Comment #3 from rguenth at gcc dot gnu dot org 2006-03-27 08:29 -------
Confirmed. Though it looks like this is a fundamental problem of the interface
provided. Should be documented so though. Also destroying an array allocator
instance does not reset the __array_used value, so only ever one allocator
instance per Type/Storage can be used even sequentially after each other.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |wrong-code
Known to fail|4.2.0 |4.0.3 4.1.0 4.2.0
Last reconfirmed|0000-00-00 00:00:00 |2006-03-27 08:29:11
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26875
More information about the Gcc-bugs
mailing list