Re: [PATCH] libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS

2016-07-19 Thread Jonathan Wakely
On 13/07/16 18:26 +0100, Jonathan Wakely wrote: This fixes a conflict between how Parallel Mode has always used the _GLIBCXX_ASSERTIONS macro and the new meaning we gave it for GCC 6 (enabling the lightweight debug checks). It doesn't make sense for Parallel Mode to own that macro, and it might

[PATCH] libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS

2016-07-13 Thread Jonathan Wakely
This fixes a conflict between how Parallel Mode has always used the _GLIBCXX_ASSERTIONS macro and the new meaning we gave it for GCC 6 (enabling the lightweight debug checks). It doesn't make sense for Parallel Mode to own that macro, and it might be useful to enable Parallel Mode assertions with