[Bug c++/14777] [3.4/3.5 regression] typedef doesn't fully expose base class type
mmitchel at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 7 16:24:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list