Re: [v3] Fix profile mode failures

2012-11-08 Thread Paolo Carlini
On 11/08/2012 02:58 AM, Paolo Carlini wrote: On 11/08/2012 02:37 AM, Jonathan Wakely wrote: Bah, it's nothing to do with me, the profile-mode list should never have worked! I'm testing this overnight. Ah! Thanks! By the way, I'm also seeing this: WARNING: 23_containers/unordered_multimap/inse

Re: [v3] Fix profile mode failures

2012-11-07 Thread Paolo Carlini
On 11/08/2012 02:37 AM, Jonathan Wakely wrote: Bah, it's nothing to do with me, the profile-mode list should never have worked! I'm testing this overnight. Ah! Thanks! Paolo.

Re: [v3] Fix profile mode failures

2012-11-07 Thread Jonathan Wakely
On 7 November 2012 10:55, Jonathan Wakely wrote: > On 7 November 2012 10:25, Paolo Carlini wrote: >> >> I'm for example seeing in the log: >> >> 23_containers/list/init-list.cc execution test >> >> pretty mysterious, > > Yes, I had a quick look at it but couldn't see the problem, so wanted > to

Re: [v3] Fix profile mode failures

2012-11-07 Thread Jonathan Wakely
On 7 November 2012 10:25, Paolo Carlini wrote: > Hi, > > > On 11/07/2012 10:18 AM, Jonathan Wakely wrote: >> >> On 6 November 2012 19:41, Jonathan Wakely wrote: >>> >>> On 6 November 2012 18:21, Paolo Carlini wrote: testsuite/20_util/scoped_allocator/1.cc:79: void test02(): Asse

Re: [v3] Fix profile mode failures

2012-11-07 Thread Paolo Carlini
Hi, On 11/07/2012 10:18 AM, Jonathan Wakely wrote: On 6 November 2012 19:41, Jonathan Wakely wrote: On 6 November 2012 18:21, Paolo Carlini wrote: testsuite/20_util/scoped_allocator/1.cc:79: void test02(): Assertion `evv[0].get_allocator().get_personality() == 2' failed. I didn't really

Re: [v3] Fix profile mode failures

2012-11-07 Thread Jonathan Wakely
On 6 November 2012 19:41, Jonathan Wakely wrote: > On 6 November 2012 18:21, Paolo Carlini wrote: >> >> testsuite/20_util/scoped_allocator/1.cc:79: void test02(): Assertion >> `evv[0].get_allocator().get_personality() == 2' failed. >> >> I didn't really investigate it... > > Oops, looks like I

Re: [v3] Fix profile mode failures

2012-11-05 Thread Jonathan Wakely
On 6 November 2012 00:06, Jonathan Wakely wrote: > > There's still a failure for 23_containers/map/modifiers/emplace/1.cc > (which didn't even compile in profile mode previously) that I'll look > into. That turned out to be trivial, fixed like so. * include/profile/map.h (map::emplace_hin

[v3] Fix profile mode failures

2012-11-05 Thread Jonathan Wakely
* include/profile/deque: Constrain InputIterator parameters. * include/profile/forward_list: Likewise. * include/profile/list: Likewise. * include/profile/map.h: Likewise. * include/profile/multimap.h: Likewise. * include/profile/set.h: Likewise.