This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/19209] [3.4/4.0 Regression] libstdc++ tempers with user name space
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Dec 2004 15:09:00 -0000
- Subject: [Bug libstdc++/19209] [3.4/4.0 Regression] libstdc++ tempers with user name space
- References: <20041230145508.19209.gdr@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-30 15:08 -------
Hmm, the problem is in _List_node_base.
It was caused by:
2004-01-07 Gawain Bolton <gp.bolton@computer.org>
* include/bits/stl_list.h:
* include/bits/list.tc:
* src/list.cc:
Performance enhancements for destructor, push_front(),
push_back(), pop_front(), pop_back(), sort()
Eliminated static_casts where possible.
Moved code out of header files into new src/list.cc
implementation file for library where possible.
Remove inheritance from iterator class and create separate
classes for non-constant and constant iterators.
Meaning that this is also a 3.4 regression.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |bkoz at gcc dot gnu dot org
Known to fail|4.0.0 |4.0.0 3.4.0
Summary|[4.0 Regression] libstdc++ |[3.4/4.0 Regression]
|tempers with user name space|libstdc++ tempers with user
| |name space
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19209