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]

Re: c++/8931: g++ 3.2 fails to enforce access rules


Synopsis: g++ 3.2 fails to enforce access rules

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Fri Dec 13 12:49:13 2002
State-Changed-Why:
    Present mainline gives
    tmp/g> /home/bangerth/bin/gcc-3.3-pre/bin/c++ -c x.cc
    x.cc: In instantiation of `S<C<int> >':
    x.cc:14:   instantiated from here
    x.cc:10: error: `typedef int C<int>::Private' is private
    x.cc:4: error: within this context
    
    Since it is not a regression, it is not going to be fixed
    in any 3.2.* and there is no value in keeping this report
    open.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8931


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