Re: [PATCH] libstdc++: mark variables as possibly unused

2020-09-10 Thread Jonathan Wakely via Gcc-patches
On 28/08/20 08:40 +0200, Krystian Kuźniarek via Libstdc++ wrote: Test suite confirmation: All tests pass. Tested on both Manjaro and some Ubuntu 18.04 with gcc10 and gcc8 respectively. Thanks. Jonathan, one more thing. I hope it's what you asked for cause all I did was: make bootstrap Ther

Re: [PATCH] libstdc++: mark variables as possibly unused

2020-08-27 Thread Krystian Kuźniarek via Gcc-patches
>Test suite confirmation: >All tests pass. Tested on both Manjaro and some Ubuntu 18.04 with gcc10 and gcc8 respectively. Jonathan, one more thing. I hope it's what you asked for cause all I did was: make bootstrap make check On Fri, 28 Aug 2020 at 08:32, Krystian Kuźniarek < krystian.kuznia...@g

Re: [PATCH] libstdc++: mark variables as possibly unused

2020-08-27 Thread Krystian Kuźniarek via Gcc-patches
Ok, so here it is. New diff: diff --git a/libstdc++-v3/include/bits/atomic_base.h b/libstdc++-v3/include/bits/atomic_base.h index 015acef83c4..c4a763aae5c 100644 --- a/libstdc++-v3/include/bits/atomic_base.h +++ b/libstdc++-v3/include/bits/atomic_base.h @@ -231,7 +231,8 @@ _GLIBCXX_BEGIN_NAMESPACE

Re: [PATCH] libstdc++: mark variables as possibly unused

2020-08-24 Thread Jonathan Wakely via Gcc-patches
On 24/08/20 13:26 +0200, Krystian Kuźniarek via Libstdc++ wrote: Hi, First of all, sorry, I must have sent it as quoted-printable so spaces and tabs are preserved. A description of the problem/bug and how your patch addresses it: I've got a small patch for -Wunused-variable and -Wunused-paramet

[PATCH] libstdc++: mark variables as possibly unused

2020-08-24 Thread Krystian Kuźniarek via Gcc-patches
Hi, First of all, sorry, I must have sent it as quoted-printable so spaces and tabs are preserved. A description of the problem/bug and how your patch addresses it: I've got a small patch for -Wunused-variable and -Wunused-parameter in system headers. These are needed either for: 1) __glibcxx_ass