http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30378
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|gcc-bugs at g
--- Comment #2 from bangerth at dealii dot org 2007-01-21 05:33 ---
Confirmed.
--
bangerth at dealii dot org changed:
What|Removed |Added
CC|
--- 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