[Bug c++/77935] uninstantiated template constructor

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77935

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |7.4

[Bug c++/77935] uninstantiated template constructor

2021-08-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77935

Andrew Pinski  changed:

   What|Removed |Added

 Depends on||82336
 Resolution|--- |FIXED
  Known to work||4.7.4
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Andrew Pinski  ---
Fixed in GCC 7.4.0 by the patch which fixes PR 82336.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82336
[Bug 82336] [6 Regression] GCC requires but does not emit defaulted
constructors in certain cases