[Bug c++/93803] [10 Regression] ICE: segmentation fault with constant initialization of class having a [[no_unique_address]] field
mpolacek at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 18 21:57:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93803
Marek Polacek <mpolacek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org
--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Mine, caused by r10-5194-g7906797ebec6881d7d90165340f51efcf447d716:
commit 7906797ebec6881d7d90165340f51efcf447d716
Author: Marek Polacek <polacek@redhat.com>
Date: Thu Dec 5 20:13:03 2019 +0000
PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.
This patch implements C++20 P1331, allowing trivial default initialization
in
constexpr contexts.
More information about the Gcc-bugs
mailing list