[Bug c++/102637] New: "Error: ‘reinterpret_cast’ is not a constant expression" when no reinterpret_cast is involved

2021-10-07 Thread officesamurai at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102637 Bug ID: 102637 Summary: "Error: ‘reinterpret_cast’ is not a constant expression" when no reinterpret_cast is involved Product: gcc Version: 11.2.0 Status: UNCONFIRMED

[Bug c++/101901] New: "warning: statement has no effect" in a variadic template with empty parameter pack.

2021-08-13 Thread officesamurai at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101901 Bug ID: 101901 Summary: "warning: statement has no effect" in a variadic template with empty parameter pack. Product: gcc Version: 11.2.0 Status: UNCONFIRMED S

[Bug c++/101904] New: Wrong result of decltype during instantiation of std::result_of

2021-08-13 Thread officesamurai at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101904 Bug ID: 101904 Summary: Wrong result of decltype during instantiation of std::result_of Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal

[Bug c++/101904] Wrong result of decltype during instantiation of std::result_of

2021-08-15 Thread officesamurai at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101904 --- Comment #2 from Mikhail Kremniov --- I see, thanks. But I must mention that Clang is able to compile this code somehow.