Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-20 Thread Ville Voutilainen
On Wed, 20 Nov 2019 at 12:16, Christophe Lyon wrote: > > On Wed, 20 Nov 2019 at 11:10, Ville Voutilainen > wrote: > > > > On Wed, 20 Nov 2019 at 11:47, Christophe Lyon > > wrote: > > > > > > On Thu, 14 Nov 2019 at 16:55, Jonathan Wakely wrote: > > > > > > > > On 09/11/19 02:07 +,

Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-20 Thread Christophe Lyon
On Wed, 20 Nov 2019 at 11:10, Ville Voutilainen wrote: > > On Wed, 20 Nov 2019 at 11:47, Christophe Lyon > wrote: > > > > On Thu, 14 Nov 2019 at 16:55, Jonathan Wakely wrote: > > > > > > On 09/11/19 02:07 +, Smith-Rowland, Edward M wrote: > > > >Here is the part of C++20 p1032 Misc

Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-20 Thread Ville Voutilainen
On Wed, 20 Nov 2019 at 11:47, Christophe Lyon wrote: > > On Thu, 14 Nov 2019 at 16:55, Jonathan Wakely wrote: > > > > On 09/11/19 02:07 +, Smith-Rowland, Edward M wrote: > > >Here is the part of C++20 p1032 Misc constexpr bits. > > > > > >Tested on x86_64-linux. OK? > > > > OK for trunk,

Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-20 Thread Christophe Lyon
On Thu, 14 Nov 2019 at 16:55, Jonathan Wakely wrote: > > On 09/11/19 02:07 +, Smith-Rowland, Edward M wrote: > >Here is the part of C++20 p1032 Misc constexpr bits. > > > >Tested on x86_64-linux. OK? > > OK for trunk, thanks. > Hi, The new test constexpr_allocator_arg_t.cc fails on arm and

Re: [External]_Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-15 Thread Smith-Rowland, Edward M
From: Jonathan Wakely Sent: Friday, November 15, 2019 2:33 PM To: Smith-Rowland, Edward M Cc: libstd...@gcc.gnu.org; gcc-patches@gcc.gnu.org Subject: Re: [External]_Re: Implement the part of C++20 p1032 Misc constexpr bits. Oh I see the problem, it's because I made synopsis_c++20.cc

Re: [External]_Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-15 Thread Jonathan Wakely
On 15/11/19 19:12 +, Smith-Rowland, Edward M wrote: Index: testsuite/24_iterators/headers/iterator/synopsis_c++17.cc === --- testsuite/24_iterators/headers/iterator/synopsis_c++17.cc (revision 278302) +++

Re: [External]_Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-15 Thread Smith-Rowland, Edward M
From: Jonathan Wakely Sent: Friday, November 15, 2019 2:05 PM To: Smith-Rowland, Edward M Cc: libstd...@gcc.gnu.org; gcc-patches@gcc.gnu.org Subject: [External]_Re: Implement the part of C++20 p1032 Misc constexpr bits. On 15/11/19 18:40 +, Smith

Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-15 Thread Jonathan Wakely
On 15/11/19 18:40 +, Smith-Rowland, Edward M wrote: Index: testsuite/24_iterators/headers/iterator/inserters_c++17.cc === --- testsuite/24_iterators/headers/iterator/inserters_c++17.cc (nonexistent) +++

Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-15 Thread Smith-Rowland, Edward M
of that work anyway. Ed Test on x86_64-linux. OK? 2019-11-15 Edward Smith-Rowland <3dw...@verizon.net> Implement the part of C++20 p1032 Misc constexpr bits. * include/bits/stl_iterator.h (back_insert_iterator, back_inserter) (front_insert_iterator, front_inserter, insert_iterator, in

Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-14 Thread Jonathan Wakely
On 09/11/19 02:07 +, Smith-Rowland, Edward M wrote: Here is the part of C++20 p1032 Misc constexpr bits. Tested on x86_64-linux. OK? OK for trunk, thanks.

Re: Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-14 Thread Jonathan Wakely
On 09/11/19 01:15 +, Smith-Rowland, Edward M wrote: I'm going to implement p1032 in pieces. It *is* miscellaneous after all ;-). Tested on x96_64-linux? OK? 2019-11-09 Edward Smith-Rowland <3dw...@verizon.net> Implement the part of C++20 p1032 Misc constexp

Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-08 Thread Smith-Rowland, Edward M
Here is the part of C++20 p1032 Misc constexpr bits. Tested on x86_64-linux. OK? Ed 2019-11-09 Edward Smith-Rowland <3dw...@verizon.net> Implement the part of C++20 p1032 Misc constexpr bits. * include/std/tuple (_Head_base, _Tuple_impl(allocator_arg_t,...), _M_assign,

Implement the part of C++20 p1032 Misc constexpr bits.

2019-11-08 Thread Smith-Rowland, Edward M
I'm going to implement p1032 in pieces. It *is* miscellaneous after all ;-). Tested on x96_64-linux? OK? 2019-11-09 Edward Smith-Rowland <3dw...@verizon.net> Implement the part of C++20 p1032 Misc constexpr bits. * include/std/array (fill, swap): Make constexpr. * testsuite/23_cont