[Bug c++/90493] const variable template specialization is always local

2021-08-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90493 Jonathan Wakely changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c++/90493] const variable template specialization is always local

2021-08-23 Thread herring at lanl dot gov via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90493 --- Comment #4 from S. Davis Herring --- (In reply to Jonathan Wakely from comment #3) > Reduced to show just the rejects-valid part: > > template extern const int foo = 41; > // this is an error: > // error: explicit template specialization ca

[Bug c++/90493] const variable template specialization is always local

2021-08-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90493 Jonathan Wakely changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/90493] const variable template specialization is always local

2021-08-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90493 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/90493] const variable template specialization is always local

2019-11-13 Thread herring at lanl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90493 S. Davis Herring changed: What|Removed |Added CC||herring at lanl dot gov --- Comment #