Your message dated Tue, 29 Jul 2003 22:26:51 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#203023: g++-2.95.4 woody/stable crashes on syntax error has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 27 Jul 2003 06:04:10 +0000 >From [EMAIL PROTECTED] Sun Jul 27 01:04:08 2003 Return-path: <[EMAIL PROTECTED]> Received: from web40201.mail.yahoo.com [66.218.78.62] by master.debian.org with smtp (Exim 3.35 1 (Debian)) id 19gedc-0004Sr-00; Sun, 27 Jul 2003 01:04:08 -0500 Message-ID: <[EMAIL PROTECTED]> Received: from [151.196.165.9] by web40201.mail.yahoo.com via HTTP; Sat, 26 Jul 2003 23:04:04 PDT Date: Sat, 26 Jul 2003 23:04:04 -0700 (PDT) From: Dom <[EMAIL PROTECTED]> Subject: g++-2.95.4 woody/stable crashes on syntax error To: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-3.8 required=4.0 tests=FROM_ENDS_IN_NUMS,HAS_PACKAGE version=2.53-bugs.debian.org_2003_07_20 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp) Package: g++ Version: 2.95 official g++ Bug report here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11681 The issue was marked as resolved because soon they are dropping support for gcc 2.95.x. in favor of 3.x ------------------------ basically, by compiling this snippet with 'g++ -ggdb t.cpp': // SNIPPET - compile with -ggdb class c1 : public c2 () {}; c1::c1() {} // END SNIPPET gcc -v on gcc's that crash on this: :gcc version 2.95.4 20011002 (Debian prerelease) :GNU C++ version 2.95.2 20000220 (Debian GNU/Linux) (i386-linux) compiled by GNU C version 2.95.2 20000220 (Debian GNU/Linux) :gcc version 2.95.2 20000220 (Debian GNU/Linux) however, this bug is fixed in: :gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) :gcc version 3.0.4 error message: Naturally, the regular syntax error is the () after c2, but g++ does this: NOTE! without -ggdb this code just is a syntax error and not a crash. t.cpp:1: parse error before `(' t.cpp:2: invalid use of undefined type `class c1' t.cpp:1: forward declaration of `class c1' t.cpp: In method `c1::c1()': t.cpp:2: Internal compiler error: t.cpp:2: Internal compiler error in `scope_die_for', at dwarf2out.c:7804 Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------- Received: (at 203023-done) by bugs.debian.org; 29 Jul 2003 20:32:07 +0000 >From [EMAIL PROTECTED] Tue Jul 29 15:31:57 2003 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19hb8W-0005tG-00; Tue, 29 Jul 2003 15:31:56 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id WAA17883; Tue, 29 Jul 2003 22:26:51 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h6TKQpf22044; Tue, 29 Jul 2003 22:26:51 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Tue, 29 Jul 2003 22:26:51 +0200 To: Dom <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#203023: g++-2.95.4 woody/stable crashes on syntax error In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-2.3 required=4.0 tests=BAYES_01,IN_REP_TO,REFERENCES,USER_AGENT_VM version=2.53-bugs.debian.org_2003_07_20 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp) Dom writes: > Package: g++ > Version: 2.95 > > official g++ Bug report here: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11681 > > The issue was marked as resolved because soon they are > dropping support for gcc 2.95.x. in favor of 3.x thanks for the report. current Debian unstable uses gcc-3.3 as the default compiler, so it's a no-issue in the current testing/unstable distributions. therefore closing the report. Matthias