From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reichelt To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c++/3391 Date: Thu, 20 Sep 2001 08:16:00 -0000 Message-id: <20010920151602.32349.qmail@sourceware.cygnus.com> X-SW-Source: 2001-09/msg00419.html List-Id: The following reply was made to PR c++/3391; it has been noted by GNATS. From: Reichelt To: desarrollo@dedalo-ing.com, gcc-gnats@gcc.gnu.org, rafa@dedalo-ing.com, gcc-bugs@gcc.gnu.org Cc: Subject: Re: c++/3391 Date: Thu, 20 Sep 2001 17:14:16 +0200 Hi, I was able to generate a smaller testcase that exhibits the problem using gcc version 3.0.2 20010917 (prerelease) on mips-sgi-irix6.5 (with gcc 3.0 on i686-pc-linux-gnu there are no problems, however): template < template class A > class B : virtual A { typedef int INT; INT i; }; Just compile with "g++ -c" to see the compiler crash. :-( Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3391&database=gcc