From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3030 invoked by alias); 22 Aug 2002 20:46:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 3009 invoked by uid 71); 22 Aug 2002 20:46:03 -0000 Date: Thu, 22 Aug 2002 13:46:00 -0000 Message-ID: <20020822204603.3008.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "j.vanbemmel" Subject: RE: optimization/7687: Internal compiler error in use_thunk, at cp/method.c:412 Reply-To: "j.vanbemmel" X-SW-Source: 2002-08/txt/msg00468.txt.bz2 List-Id: The following reply was made to PR optimization/7687; it has been noted by GNATS. From: "j.vanbemmel" To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: RE: optimization/7687: Internal compiler error in use_thunk, at cp/method.c:412 Date: Thu, 22 Aug 2002 22:37:41 +0200 Something went wrong with the attachement, so I'll repeat it here: I was compiling the following .cpp file with -fPIC -mregparm=3 on gcc 3.1 and gcc 3.2: class A { virtual void f1(); }; class B { virtual void f2(); }; class C : public A, public B { virtual void f1(); virtual void f2(); }; void C::f2() {} >===== Original Message From gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org ===== >Thank you very much for your problem report. >It has the internal identification `optimization/7687'. >The individual assigned to look at your >report is: unassigned. > >>Category: optimization >>Responsible: unassigned >>Synopsis: Internal compiler error in use_thunk, at cp/method.c:412 >>Arrival-Date: Thu Aug 22 13:26:00 PDT 2002