https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98752

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2021-01-19 00:00:00         |2021-12-8

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
struct S1 { consteval S1(int) {} };
struct S2 {
  S1 x;
  S2(): x(0) {}
};

Reply via email to