[Bug c++/52036] C++11 allows template parameters to have internal linkage

2018-03-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Jonathan Wakely changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2018-03-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 --- Comment #15 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #14) > For this PR, the only remaining bug seems to be comment 8. Which works in C++17 mode, so is only a bug for C++11 and C++14.

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2018-03-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 --- Comment #14 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #13) > It should work in C++17, but is not the subject of this bug report. That's now PR 84981. For this PR, the only remaining bug seems to be comment 8.

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2018-03-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2012-01-29 00:00:00 |2018-3-19 --- Comment #13 from

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2018-02-23 Thread xaxxon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 zac changed: What|Removed |Added CC||xaxxon at gmail dot com --- Comment #12 from zac

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2017-02-20 Thread mimomorin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Michel Morin changed: What|Removed |Added CC||mimomorin at gmail dot com --- Comment

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2015-03-22 Thread oakad at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Alexander Dubov oakad at yahoo dot com changed: What|Removed |Added CC||oakad at yahoo

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2014-03-03 Thread mizvekov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Matheus Izvekov mizvekov at gmail dot com changed: What|Removed |Added CC||mizvekov at

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2013-08-09 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Richard Smith richard-gccbugzilla at metafoo dot co.uk changed: What|Removed |Added CC|

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2012-01-30 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 --- Comment #7 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-01-30 19:28:05 UTC --- (In reply to comment #4) (In reply to comment #3) However compilation still fails if pi is given internal linkage by declaring it static,

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2012-01-29 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2012-01-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2012-01-29 Thread benjamin at benkay dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 --- Comment #3 from Benjamin Kay benjamin at benkay dot net 2012-01-29 16:24:29 UTC --- Oops! You're quite right, pi is automatic in my test case. However compilation still fails if pi is given internal linkage by declaring it static, i.e. int

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2012-01-29 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 --- Comment #4 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-01-29 17:28:14 UTC --- (In reply to comment #3) However compilation still fails if pi is given internal linkage by declaring it static, i.e. int main() {

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2012-01-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug c++/52036] C++11 allows template parameters to have internal linkage

2012-01-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2012-01-29 22:25:02 UTC --- At least we should change has not external linkage to proper English, that's annoyed me for some time ;)