This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19073] cp_binding_level::names not returning all decls
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Dec 2004 03:53:42 -0000
- Subject: [Bug c++/19073] cp_binding_level::names not returning all decls
- References: <20041219004116.19073.sstrasser@systemhaus-gruppe.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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