------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-20 03:53 ------- (In reply to comment #7) > I understand what they're doing but I don't understand why they are at this > point and were introduced in decl.c version 1.1114. > the cvs log message doesn't contain anything that's useful to me either. > why are these lines there? before this there was no assignment to > binding->value > at all.
http://gcc.gnu.org/ml/gcc-patches/2003-08/msg01155.html " The bug report had to do with allowing invalid elaborated type specifiers. The root cause was that we were treating namespace-scope bindings differently from local and class bindings; this patch makes things more uniform." -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19073