------- 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  <[EMAIL PROTECTED]>

        * 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

Reply via email to