Re: [PATCH] Fix libstdc++/58659.cc test case.

2013-10-09 Thread Jonathan Wakely
On 9 October 2013 16:15, Jakub Jelinek wrote: > On Wed, Oct 09, 2013 at 04:12:21PM +0100, Jonathan Wakely wrote: >> On 9 October 2013 15:26, Marcus Shawcroft wrote: >> > The test case add here: >> > >> > http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00474.html >> > >> > Introduced an unprototyped ca

Re: [PATCH] Fix libstdc++/58659.cc test case.

2013-10-09 Thread Jakub Jelinek
On Wed, Oct 09, 2013 at 04:12:21PM +0100, Jonathan Wakely wrote: > On 9 October 2013 15:26, Marcus Shawcroft wrote: > > The test case add here: > > > > http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00474.html > > > > Introduced an unprototyped call to abort() resulting in failures due to > > unexepe

Re: [PATCH] Fix libstdc++/58659.cc test case.

2013-10-09 Thread Jonathan Wakely
On 9 October 2013 15:26, Marcus Shawcroft wrote: > The test case add here: > > http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00474.html > > Introduced an unprototyped call to abort() resulting in failures due to > unexepected warnings in aarch64-none-elf cross testing. > > Committed to trunk as obvi

[PATCH] Fix libstdc++/58659.cc test case.

2013-10-09 Thread Marcus Shawcroft
The test case add here: http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00474.html Introduced an unprototyped call to abort() resulting in failures due to unexepected warnings in aarch64-none-elf cross testing. Committed to trunk as obvious. Cheers /Marcus 2013-10-09 Marcus Shawcroft

Re: [patch] fix libstdc++/58659

2013-10-08 Thread Jonathan Wakely
On 8 October 2013 13:33, Jonathan Wakely wrote: > PR libstdc++/58659 > * include/bits/shared_ptr_base.h > (__shared_count::__shared_count(P,D)): > Delegate to constructor taking allocator. > (__shared_count::_S_create_from_up): Inline into ... > (__shared_co

[patch] fix libstdc++/58659

2013-10-08 Thread Jonathan Wakely
PR libstdc++/58659 * include/bits/shared_ptr_base.h (__shared_count::__shared_count(P,D)): Delegate to constructor taking allocator. (__shared_count::_S_create_from_up): Inline into ... (__shared_count::__shared_count(unique_ptr&&): Here. Use std::con