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
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
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
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