[Bug c++/30378] cryptic expression in error message for ill-formed template code

2013-06-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30378 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|gcc-bugs at g

[Bug c++/30378] cryptic expression in error message for ill-formed template code

2007-01-20 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2007-01-21 05:33 --- Confirmed. -- bangerth at dealii dot org changed: What|Removed |Added CC|

[Bug c++/30378] cryptic expression in error message for ill-formed template code

2007-01-04 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-05 04:34 --- We could better pretty print: "*((B*)this)->B::a += x" to something like: *(this->B::a) += x Which should get a better picture of things. "and the explicit qualification", I think that is actually a benifit to our