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++/14777] [3.4/3.5 regression] typedef doesn't fully expose base class type


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-07 16:24 -------
The first example has been fixed in 3.4.1.

The second example is an accepts-invalid and may not be a regression.  In any
case, it's going to be hard to fix -- the language actually required that you
*both* resolve the typename at template-declaration time, and remember the
spelling of the name so that you can do acccess-checks at template-instantiation
time.  That's not something for which we currently have data structures.  So,
I'm removing the target milestone for this PR.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|rejects-valid               |accepts-invalid
   Target Milestone|3.4.1                       |---


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


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