[Bug c++/91008] error redeclaring the same type involving a non-type template argument

2021-12-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91008 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/91008] error redeclaring the same type involving a non-type template argument

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91008 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org

[Bug c++/91008] error redeclaring the same type involving a non-type template argument

2021-08-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91008 --- Comment #3 from Andrew Pinski --- Seems fixed in GCC 11+

[Bug c++/91008] error redeclaring the same type involving a non-type template argument

2020-01-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91008 --- Comment #2 from Martin Sebor --- Clang rejects it because it doesn't yet support non-type template parameters of user-defined types (as the first error on line 9 implies).

[Bug c++/91008] error redeclaring the same type involving a non-type template argument

2020-01-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91008 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|