[Bug c++/82239] New: Parentheses around constexpr template member break static_assert
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: edolstra at gmail dot com Target Milestone: --- With GCC 6.4 or 7.2, the following example fails to compile in C++14 mode: === start === template struct C { static constexpr int x
[Bug c++/80431] New: Use of "this" pointer in member initializer causes constructor not to be called (or ICE on gcc 7)
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: edolstra at gmail dot com Target Milestone: --- The following program is miscompiled by GCC 5.4.0 and 6.3.0: === start === extern "C&