This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/28407] [4.2 regression] Issue with anonymous namespace



------- Comment #4 from jakub at redhat dot com  2006-07-17 20:04 -------
Well, C++ implies unit-at-a-time, so when gimplifying we could very well
change the TREE_PUBLIC bits of anon namespace objects.  Till then this either
could be always recomputed using decl_anon_ns_mem_p etc., or be stored in some
new lang specific bit.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28407


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]