[Bug c++/77435] Dependent reference non-type template parameter not matched for partial specialization

2021-04-22 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77435

Patrick Palka  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Target Milestone|--- |7.2
 Status|NEW |RESOLVED
 CC||ppalka at gcc dot gnu.org

--- Comment #3 from Patrick Palka  ---
Testcase added to trunk.

[Bug c++/77435] Dependent reference non-type template parameter not matched for partial specialization

2021-04-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77435

--- Comment #2 from CVS Commits  ---
The master branch has been updated by Patrick Palka :

https://gcc.gnu.org/g:92664c058d705fcaf57875f93b4dfc36cf011afd

commit r12-72-g92664c058d705fcaf57875f93b4dfc36cf011afd
Author: Patrick Palka 
Date:   Thu Apr 22 17:47:00 2021 -0400

c++: Add testcase for already fixed PR [PR77435]

We correctly accept this testcase since r8-1437.

gcc/testsuite/ChangeLog:

PR c++/77435
* g++.dg/template/partial-specialization9.C: New test.

[Bug c++/77435] Dependent reference non-type template parameter not matched for partial specialization

2019-11-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77435

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.2 |---

[Bug c++/77435] Dependent reference non-type template parameter not matched for partial specialization

2018-08-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77435

Jonathan Wakely  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2018-08-31
   Target Milestone|--- |7.2
 Ever confirmed|0   |1

--- Comment #1 from Jonathan Wakely  ---
This was fixed on trunk by r249320 for PR 81102 (and also fixed for 7.2).

It doesn't look like a dup, so we should add the testcase before closing this.