This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/16896] [3.4/3.5 Regression] Use of non-reserved names in stl_list.h
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Aug 2004 17:03:13 -0000
- Subject: [Bug libstdc++/16896] [3.4/3.5 Regression] Use of non-reserved names in stl_list.h
- References: <20040806103216.16896.peturr02@ru.is>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-08-24 17:03 -------
Subject: Bug 16896
CVSROOT: /cvs/gcc
Module name: gcc
Branch: libstdcxx_so_7-branch
Changes by: paolo@gcc.gnu.org 2004-08-24 17:03:01
Modified files:
libstdc++-v3 : ChangeLog.libstdcxx_so_7-branch configure
configure.ac
libstdc++-v3/include/bits: stl_list.h list.tcc
libstdc++-v3/src: list.cc
libstdc++-v3/config: linker-map.gnu
libstdc++-v3/testsuite: testsuite_abi.cc
Added files:
libstdc++-v3/testsuite/23_containers/list: 16896.cc
Log message:
2004-08-24 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/16896
* include/bits/stl_list.h (struct _List_node_base): Rename the
transfer member to _M_transfer, hook to _M_hook, and unhook to
_M_unhook.
* include/bits/list.tcc (list<>::insert): Tweak consistently.
* src/list.cc: Change consistently.
* config/linker-map.gnu: Likewise.
* testsuite/23_containers/list/16896.cc: New.
* include/bits/stl_list.h: Trivial formatting fixes.
* config/linker-map.gnu: Move everything in GLIBCXX_3.4, 3.4.1
and 3.4.2 under GLIBCXX_3.6.
* testsuite/testsuite_abi.cc: Add GLIBCXX_3.6.
* configure.ac (libtool_VERSION): Bump to 7:0:0.
* configure: Regenerate.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.384.4.2&r2=1.384.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.ac.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.18.4.2&r2=1.18.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_list.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.40.2.1&r2=1.40.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/list.tcc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.15.2.1&r2=1.15.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/list.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/linker-map.gnu.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.59.2.1&r2=1.59.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/16896.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_abi.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.4.8.1&r2=1.4.8.2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16896