[Bug c++/84494] New: Invalid constexpr with default assignment operator
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pigman46 at gmail dot com Target Milestone: --- $ cat test.cpp #include struct X { constexpr X() = default; constexpr X(int x) : m_value(x) {} constexpr X& operator=(const X &o) =
[Bug c++/98401] coroutines: Temporaries passed to co_await sometimes cause an extraneous call to destructor at incorrect address
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98401 Michael Theall changed: What|Removed |Added CC||pigman46 at gmail dot com --- Comment