This is the mail archive of the gcc-prs@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]

c++/2105: internal compiler error



>Number:         2105
>Category:       c++
>Synopsis:       internal compiler error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 26 11:46:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     bischoff@informatik.rwth-aachen.de
>Release:        gcc version 2.95.3 19991030 (prerelease)
>Organization:
>Environment:
Mandrake Linux 7.2
>Description:
Compilation of the code below will result in an internal
compiler error. This is also true for the online test
compilation build on 2001-02-24 from the gcc-3_0-branch.
>How-To-Repeat:
template <class A>
class OuterClass {
  class InnerClass {};
};

template <class A>
void OuterClass<A>::InnerClass::InnerClass() {};
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 


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