This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdcxx_so_7-branch] merge debug mode
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 17 Mar 2006 13:18:18 -0600
- Subject: Re: [libstdcxx_so_7-branch] merge debug mode
- References: <20060315193939.b78936d7.bkoz@redhat.com>
> While testing this, I noticed some issues with the current
> _GLIBCXX_STD_MOVE related code in debug mode, regardless of symbol
> versioning strategy. (Is this vestigial from when debug mode was not
> nested?) For the time being, I am going to punt on this, as I have a
> couple other patches to go. I attach the current fails for both, which
> are the same. Since this stuff is not on mainline, I am not quite sure
> it's been tested in debug mode, and I forgot to make debug mode
> baselines before I started with this stuff. So, I'll return to this
> issue shortly.
>
> FAIL: 20_util/utility/pair/moveable.cc execution test
> FAIL: 21_strings/basic_string/element_access/char/empty.cc execution test
> FAIL: 21_strings/basic_string/element_access/wchar_t/empty.cc execution test
> FAIL: 23_containers/deque/moveable.cc execution test
> FAIL: 23_containers/deque/resize/moveable.cc execution test
> FAIL: 23_containers/list/moveable.cc execution test
> FAIL: 23_containers/map/moveable.cc execution test
> FAIL: 23_containers/multimap/moveable.cc execution test
> FAIL: 23_containers/multiset/moveable.cc execution test
> FAIL: 23_containers/set/moveable.cc execution test
> FAIL: 23_containers/vector/moveable.cc execution test
> FAIL: 23_containers/vector/resize/moveable.cc execution test
These fails were pre-existing. I've filed this as:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26733
-benjamin