Re: [PATCH] Replace direct PSTL uses of assert() with a macro

2019-04-11 Thread Thomas Rodgers
lude/pstl/parallel_backend_utils.h: Replace use of assert(). >>> >>>Jonathan Wakely writes: >>>>... you fix now ... >> >>Looks good, OK for trunk, thanks. > > Looks like parallel_backend_tbb.h still includes after this > patch. Assuming tests still

Re: [PATCH] Replace direct PSTL uses of assert() with a macro

2019-04-10 Thread Jonathan Wakely
On 10/04/19 23:59 +0100, Jonathan Wakely wrote: On 10/04/19 15:57 -0700, Thomas Rodgers wrote: Ok, lets try this again. On 09/04/19 15:23 -0700, Thomas Rodgers wrote: This also replaces calls to __TBB_ASSERT so that there are two macro definitions provided by c++config - __PSTL_AS

Re: [PATCH] Replace direct PSTL uses of assert() with a macro

2019-04-10 Thread Jonathan Wakely
On 10/04/19 15:57 -0700, Thomas Rodgers wrote: Ok, lets try this again. On 09/04/19 15:23 -0700, Thomas Rodgers wrote: This also replaces calls to __TBB_ASSERT so that there are two macro definitions provided by c++config - __PSTL_ASSERT(_Condition) __PSTL_ASSERT_MSG(_C

Re: [PATCH] Replace direct PSTL uses of assert() with a macro

2019-04-10 Thread Thomas Rodgers
ix now ... >From fdd06789266d7703c48f53c23a85a36144649334 Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Fri, 5 Apr 2019 15:27:35 -0700 Subject: [PATCH] Replace direct PSTL uses of assert() with a macro This also replaces calls to __TBB_ASSERT so that there are two macro definitions

Re: [PATCH] Replace direct PSTL uses of assert() with a macro

2019-04-10 Thread Jonathan Wakely
uses of assert() with a macro This also replaces calls to __TBB_ASSERT so that there are two macro definitions provided by c++config - __PSTL_ASSERT(_Condition) __PSTL_ASSERT_MSG(_Condition, _Message) * include/bits/c++config: Add definition for

[PATCH] Replace direct PSTL uses of assert() with a macro

2019-04-09 Thread Thomas Rodgers
(). * include/pstl/parallel_backend_utils.h: Replace use of assert(). >From d95934a0f325e0934ada829378c3c0dfd6b3628c Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Fri, 5 Apr 2019 15:27:35 -0700 Subject: [PATCH] Replace direct PSTL uses of assert() with a macro This also repla