[Bug c++/103809] New: spurious reporting of structure redefinition

2021-12-22 Thread florin at iucha dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103809 Bug ID: 103809 Summary: spurious reporting of structure redefinition Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug libstdc++/101227] New: Clang++ fails to instantiate std::optional if nested type has a non-static data member initializer

2021-06-26 Thread florin at iucha dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101227 Bug ID: 101227 Summary: Clang++ fails to instantiate std::optional if nested type has a non-static data member initializer Product: gcc Version: 11.1.0 Status: UNCONFIRM

[Bug libstdc++/97936] [11 Regression] 30_threads/latch/3.cc hangs

2021-01-17 Thread florin at iucha dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97936 --- Comment #14 from florin at iucha dot net --- For reference: $ /opt/gcc11/bin/g++-11 -v Using built-in specs. COLLECT_GCC=/opt/gcc11/bin/g++-11 COLLECT_LTO_WRAPPER=/opt/gcc11/libexec/gcc/x86_64-linux-gnu/11.0.0/lto-wrapper Target: x86_64-linux

[Bug libstdc++/97936] [11 Regression] 30_threads/latch/3.cc hangs

2021-01-17 Thread florin at iucha dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97936 florin at iucha dot net changed: What|Removed |Added CC||florin at iucha dot net --- Com