55043.cc tests failing in 4_8-branch for profile-mode
François Dumont
frs.dumont@gmail.com
Tue Jul 30 20:15:00 GMT 2013
Sure, this is more or less what has been done on trunk.
Tested under Linux x86_64.
2013-07-30 François Dumont <fdumont@gcc.gnu.org>
* include/profile/unordered_base.h: New.
* include/Makefile.am: Add new profile header.
* include/profile/impl/profiler.h
(__profcxx_inefficient_hash_is_on): New macro.
* include/profile/unordered_map (std::profile::unordered_map<>):
Use new _Unordered_profile base class. Use default implementations
for special functions.
(std::profile::unordered_multimap<>): Likewise.
* include/profile/unordered_set (std::profile::unordered_set<>):
Likewise.
(std::profile::unordered_multiset<>): Likewise.
* testsuite/23_containers/unordered_multiset/55043.cc: Fix
MoveOnly equality operator signature.
Ok to commit in 4.8 branch ?
François
On 07/29/2013 11:14 AM, Paolo Carlini wrote:
> Hi,
>
> a few days ago I noticed that the 55043.cc testcases fail in
> 4_8-branch for profile-mode. At first I thought that a clean-up had to
> be applied to the branch, but in fact now I think we should be able to
> keep the functionality in the branch. Shouldn't be a big deal given
> that mainline is already fine.
>
> Can you please look a bit into it?
>
> Thanks,
> Paolo.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unordered_profile.patch
Type: text/x-patch
Size: 32722 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20130730/f35ed836/attachment.bin>
More information about the Libstdc++
mailing list