[Bug c++/92869] [10 Regression] C++17 wrongly reports aggregate type as not-aggregate (when explicitly defaulted ctors are added)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 10 12:50:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92869
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org
Target Milestone|--- |10.0
Summary|C++17 wrongly reports |[10 Regression] C++17
|aggregate type as |wrongly reports aggregate
|not-aggregate (when |type as not-aggregate (when
|explicitly defaulted ctors |explicitly defaulted ctors
|are added) |are added)
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The #c2 testcase is rejected since r278298 aka P1816R0 implementation.
More information about the Gcc-bugs
mailing list