Re: debug container patch

2014-05-07 Thread Ramana Radhakrishnan
On Wed, May 7, 2014 at 2:13 AM, Paolo Carlini paolo.carl...@oracle.com wrote: -- Francois, remember to regenerate and commit the Makefile.in changes. Can someone regenerate and commit the Makefile.in changes soon ? I'm seeing testsuite failures thanks to missing debug/safe_container.h on

Re: debug container patch

2014-05-07 Thread Jonathan Wakely
On 07/05/14 14:17 +0100, Ramana Radhakrishnan wrote: Can someone regenerate and commit the Makefile.in changes soon ? I'm seeing testsuite failures thanks to missing debug/safe_container.h on arm-none-linux-gnueabihf It was done hours ago by http://gcc.gnu.org/ml/gcc-cvs/2014-05/msg00170.html

Re: debug container patch

2014-05-07 Thread Ramana Radhakrishnan
On Wed, May 7, 2014 at 2:22 PM, Jonathan Wakely jwak...@redhat.com wrote: On 07/05/14 14:17 +0100, Ramana Radhakrishnan wrote: Can someone regenerate and commit the Makefile.in changes soon ? I'm seeing testsuite failures thanks to missing debug/safe_container.h on arm-none-linux-gnueabihf

Re: debug container patch

2014-05-06 Thread Jonathan Wakely
On 28/04/14 23:07 +0200, François Dumont wrote: On 27/04/2014 15:39, Jonathan Wakely wrote: On 17/04/14 22:43 +0200, François Dumont wrote: Hi Here is a patch to globally enhance debug containers implementation. François, sorry for the delay, this is a large patch and I wanted to give it

Re: debug container patch

2014-05-06 Thread Paolo Carlini
-- Francois, remember to regenerate and commit the Makefile.in changes. Thanks, Paolo.

Re: debug container patch

2014-05-02 Thread François Dumont
Hi Jonathan I just wanted to make sure that you are aware that I preferred to wait for another validation of the small modification I have done. François On 28/04/2014 23:07, François Dumont wrote: On 27/04/2014 15:39, Jonathan Wakely wrote: On 17/04/14 22:43 +0200, François Dumont

Re: debug container patch

2014-04-27 Thread Jonathan Wakely
On 17/04/14 22:43 +0200, François Dumont wrote: Hi Here is a patch to globally enhance debug containers implementation. François, sorry for the delay, this is a large patch and I wanted to give it the time it deserves to review properly. I have isolated all code of special functions in

Re: debug container patch

2014-04-18 Thread Jonathan Wakely
On 17 April 2014 21:43, François Dumont wrote: Hi Here is a patch to globally enhance debug containers implementation. I have isolated all code of special functions in a base class so that in C++11 we can use default implementations for the debug containers. This way implementation