[Bug c++/87108] Template partial specialization is ignored

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87108 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|SUSPENDED

[Bug c++/87108] Template partial specialization is ignored

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87108 Andrew Pinski changed: What|Removed |Added Depends on||60679 Status|NEW

[Bug c++/87108] Template partial specialization is ignored

2019-08-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87108 --- Comment #5 from Jonathan Wakely --- Reduced: template struct array { }; template struct A; // incomplete template struct A> { }; A> a; 91271.cc:10:13: error: aggregate ‘A > a’ has incomplete type and cannot be defined A> a;

[Bug c++/87108] Template partial specialization is ignored

2019-08-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87108 Jonathan Wakely changed: What|Removed |Added CC||zhangbonian17 at 163 dot com --- Comme

[Bug c++/87108] Template partial specialization is ignored

2018-08-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87108 Jonathan Wakely changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/87108] Template partial specialization is ignored

2018-08-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87108 Jonathan Wakely changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/87108] Template partial specialization is ignored

2018-08-31 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87108 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|