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

2019-04-11 Thread Thomas Rodgers
removed (patch version applied attached). Tested x86_64-linux, committed to trunk. Jonathan Wakely writes: > 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: >T

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
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(_Condition, _Message) >> >> * include/

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

2019-04-10 Thread Jonathan Wakely
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(_Condition, _Message) * include/bits/c++config: Add