From: bonnaud AT irisa DOT fr (Laurent Bonnaud) Subject: b18: g++ internal compiler error with nested template classes 13 Jun 1997 19:31:52 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Original-To: gnu-win32 AT cygnus DOT com X-Attribution: Laurent X-Mailer: Gnus 5.4 - Emacs 19.34 Original-Sender: owner-gnu-win32 AT cygnus DOT com This simple example makes g++ crash: template class A { public: class B; }; template class A::B { public: friend class A; }; -- Laurent. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".