Re: [PATCH] libstdc++/85184 remove __glibcxx_assert assertions from

2018-05-18 Thread François Dumont
On 15/05/2018 18:56, Jonathan Wakely wrote: As I said in the bugzilla PR, these assertions are all to catch our own mistakes, not user error. If we're comfortable the code is correct then we should remove them. Should we wait until near the end of stage 1, to get more time with these checks in

[PATCH] libstdc++/85184 remove __glibcxx_assert assertions from

2018-05-15 Thread Jonathan Wakely
As I said in the bugzilla PR, these assertions are all to catch our own mistakes, not user error. If we're comfortable the code is correct then we should remove them. Should we wait until near the end of stage 1, to get more time with these checks in place? diff --git a/libstdc++-v3/ChangeLog