[Bug c++/19073] cp_binding_level::names not returning all decls

2024-02-16 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19073 Marek Polacek changed: What|Removed |Added Resolution|--- |WORKSFORME CC|

[Bug c++/19073] cp_binding_level::names not returning all decls

2018-03-02 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19073 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/19073] cp_binding_level::names not returning all decls

2005-05-15 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2005-05-15 16:47 --- Subject: Re: cp_binding_level::names not returning all decls "sstrasser at systemhaus-gruppe dot de" <[EMAIL PROTECTED]> writes: | (In reply to comment #9) | > only if it may be needed there in the f

[Bug c++/19073] cp_binding_level::names not returning all decls

2005-05-15 Thread sstrasser at systemhaus-gruppe dot de
--- Additional Comments From sstrasser at systemhaus-gruppe dot de 2005-05-15 16:17 --- (In reply to comment #9) > only if it may be needed there in the future. Perhaps a solution would be > adding every name there when -fdump-translation-unit is given (at the expense of > some extra m

[Bug c++/19073] cp_binding_level::names not returning all decls

2005-05-15 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-05-15 11:46 --- Some comment: This cp_binding_level::names and how it is used are internal to GCC. Too bad -fdump-translation-unit relies on it. Names are placed in cp_binding_level::names only if it may be needed ther

[Bug c++/19073] cp_binding_level::names not returning all decls

2004-12-19 Thread pinskia 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 tha

[Bug c++/19073] cp_binding_level::names not returning all decls

2004-12-19 Thread sstrasser at systemhaus-gruppe dot de
--- Additional Comments From sstrasser at systemhaus-gruppe dot de 2004-12-20 03:42 --- ok, I took a closer look at this. we all agree that type_decls(even c++ implicit ones) should be in cp_binding_level::names, don't we? decls get added to this list by name-lookup.c add_decl_to_level(

[Bug c++/19073] cp_binding_level::names not returning all decls

2004-12-19 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2004-12-19 16:09 --- > Removing -fdump-translation-unit is a good step to make GCC more > useless; Hey, I really hope there is a typo here, and you actually mean "less useful" ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1907

[Bug c++/19073] cp_binding_level::names not returning all decls

2004-12-19 Thread gdr at integrable-solutions dot net
--- Additional Comments From gdr at integrable-solutions dot net 2004-12-19 15:31 --- Subject: Re: cp_namespace_decl not returning all decls "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | I think -fdump-translation-unit should be removed, it is only useful Removing -f

[Bug c++/19073] cp_binding_level::names not returning all decls

2004-12-18 Thread sstrasser at systemhaus-gruppe dot de
-- What|Removed |Added Summary|cp_binding_level|cp_binding_level::names not ||returning all decls http://gcc.gn

[Bug c++/19073] cp_binding_level

2004-12-18 Thread sstrasser at systemhaus-gruppe dot de
-- What|Removed |Added Summary|cp_binding_level::names not |cp_binding_level |returning all decls | http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c++/19073] cp_binding_level::names not returning all decls

2004-12-18 Thread sstrasser at systemhaus-gruppe dot de
-- What|Removed |Added Summary|cp_namespace_decl not |cp_binding_level::names not |returning all decls |returning all decls http://gcc.gn