From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9634 invoked by alias); 28 Aug 2002 11:36: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 9620 invoked by uid 71); 28 Aug 2002 11:36:03 -0000 Date: Wed, 28 Aug 2002 05:46:00 -0000 Message-ID: <20020828113603.9617.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c++/7743: g++-3.2 - Segmentation fault Reply-To: Reichelt X-SW-Source: 2002-08/txt/msg00581.txt.bz2 List-Id: The following reply was made to PR c++/7743; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gozdal@gazeta.pl Cc: Subject: Re: c++/7743: g++-3.2 - Segmentation fault Date: Wed, 28 Aug 2002 14:18:49 +0200 Hi, the bug can be reproduced with the following code snippet: ----------------------------------snip here------------------------ template class foo {}; class bar {}; extern foo bar; ----------------------------------snip here------------------------ (with foo==QMemArray and bar==chats in the original example). The code snippet crashes gcc 3.2 when compiled with "g++ -c" (checked on i686-pc-linux-gnu and mips-sgi-irix6.5). The bug is a regression from 2.95.x/3.0.x/3.1. Therefore, the PR should probably be marked high priority. Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7743