https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77945
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |jason at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org --- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> --- Yeah, implementing trivial copy with the equivalent of memcpy is fine normally, but not in constexpr evaluation.