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++/11987] [3.4/4.0/4.1 regression] Accepts-invalid with inherited nested type



------- Comment #9 from mmitchel at gcc dot gnu dot org  2005-10-30 22:07 -------
I've talked about this with EDG.  The reason they reject the test case is that
Y<dim>::I might or might not be X<dim>::I, depending on whether or not there
are specializations of Y in play.  I agree with this logic, so the test case is
indeed an accepts-invalid.

However, as indicated in the audit trail, this is not a particular critical
regression; downgraded to P4.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4


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


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