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++/11763] members disappear when inherited from template parameter class


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
            Summary|[tree-ssa] members disappear|members disappear when
                   |when inherited from template|inherited from template
                   |parameter class             |parameter class
            Version|tree-ssa                    |3.4


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-01 16:29 -------
This is not a bug as gcc is more strict on implementing the C++ standard.
Read <http://gcc.gnu.org/onlinedocs/gcc/Name-lookup.html#Name%20lookup>.
Also since the tree-ssa branch gets merged from the mainline every once in a while, you should try 
the mainline also.
This is not dependent on the tree-ssa so removing the markers.


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