https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107138
--- Comment #6 from Marco Clemencic ---
I seem to be stumbling on more and more of these spurious warnings.
The latest one is from a header that is found in a directory added to the
search path with "-isystem", and in all cases the warnings tal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107138
--- Comment #5 from Marco Clemencic ---
I forgot to mention that I compiled with the options:
g++ -c -Wmaybe-uninitialized -O1 -v -save-temps test.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107138
--- Comment #4 from Marco Clemencic ---
I have a similar problem with this chunk of code:
```
#include
#include
#include
#include
#include
struct Wrapper {
using Map = std::map;
using Value = std::variant;
Wrapper(Value v) : da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107138
Marco Clemencic changed:
What|Removed |Added
CC||marco.clemencic at gmail dot
com
---