[Bug c++/59980] Diagnostics relating to template-specialisations using enums.

2020-04-13 Thread gcc-bugs at hussar dot me.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59980 Jason changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/59980] Diagnostics relating to template-specialisations using enums.

2020-04-13 Thread gcc-bugs at hussar dot me.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59980 --- Comment #6 from Jason --- And lo! Finally! This appears to have been done in g++ v9.3.0. Amazing! Huzzah!

[Bug c++/59980] Diagnostics relating to template-specialisations using enums.

2016-08-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59980 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/59980] Diagnostics relating to template-specialisations using enums.

2014-01-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59980 --- Comment #4 from Jonathan Wakely --- (In reply to Jason from comment #3) > C-style enums decay to the underlying integer representation, this > particular behaviour helps complicate considering how any modification to > the diagnostic might be

[Bug c++/59980] Diagnostics relating to template-specialisations using enums.

2014-01-31 Thread gcc-bugs at hussar dot demon.co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59980 --- Comment #3 from Jason --- C-style enums decay to the underlying integer representation, this particular behaviour helps complicate considering how any modification to the diagnostic might be implemented. Enum-classes are not without their own

[Bug c++/59980] Diagnostics relating to template-specialisations using enums.

2014-01-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59980 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug c++/59980] Diagnostics relating to template-specialisations using enums.

2014-01-29 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59980 --- Comment #1 from Jonathan Wakely --- (In reply to Jason from comment #0) > And I'd like a way to make the 's1<(e1)1u>' or 's2<(e2)1>' portion in the > message look like 's1' or 's2', which is clearer (to me). I agree it would be nice. The diff