Your message dated Sun, 25 Jan 2004 18:26:01 +0100 with message-id <[EMAIL PROTECTED]> and subject line [Bug c++/13857] nested namespaces error msg 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; 22 Jan 2004 22:40:09 +0000 >From [EMAIL PROTECTED] Thu Jan 22 14:40:09 2004 Return-path: <[EMAIL PROTECTED]> Received: from roura.ac.upc.es [147.83.33.10] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AjnUf-0005ju-00; Thu, 22 Jan 2004 14:40:09 -0800 Received: from localhost (dync-34-225.ac.upc.es [147.83.34.225]) by roura.ac.upc.es (8.12.8/8.12.8) with ESMTP id i0MMdZ7J004963; Thu, 22 Jan 2004 23:39:36 +0100 (MET) Received: from jtv by localhost with local (Exim 3.36 #1 (Debian)) id 1AjnU2-00076o-00; Thu, 22 Jan 2004 23:39:30 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Jeroen T. Vermeulen" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: g++-3.3: nested namespaces error msg X-Mailer: reportbug 2.37 Date: Thu, 22 Jan 2004 23:39:30 +0100 Message-Id: <[EMAIL PROTECTED]> Sender: "Jeroen T. Vermeulen" <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_20 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_01_20 X-Spam-Level: Package: g++-3.3 Version: 1:3.3.3-0pre2 Severity: minor In this example the error message mentions the wrong namespace: namespace outer { namespace inner { void foo(); } } void outer::foo() { // error: `void outer::foo()' should have been declared inside `outer' } -- System Information: Debian Release: testing/unstable Architecture: powerpc Kernel: Linux bulletproof 2.6.1-ben1-jtv1 #1 Fri Jan 16 01:54:06 CET 2004 ppc Locale: LANG=en_IN, LC_CTYPE=en_IN Versions of packages g++-3.3 depends on: ii gcc-3.3 1:3.3.3-0pre2 The GNU C compiler ii gcc-3.3-base 1:3.3.3-0pre2 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libstdc++5-3.3-dev 1:3.3.3-0pre2 The GNU Standard C++ Library v3 (d -- no debconf information --------------------------------------- Received: (at 229088-done) by bugs.debian.org; 25 Jan 2004 17:26:14 +0000 >From [EMAIL PROTECTED] Sun Jan 25 09:26:14 2004 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Ako1V-00015y-00; Sun, 25 Jan 2004 09:26:14 -0800 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id SAA25952 for <[EMAIL PROTECTED]>; Sun, 25 Jan 2004 18:26:01 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id i0PHQ1Ys008551; Sun, 25 Jan 2004 18:26:01 +0100 (MET) 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: Sun, 25 Jan 2004 18:26:01 +0100 To: [EMAIL PROTECTED] Subject: Re: [Bug c++/13857] nested namespaces error msg In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_24 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no version=2.60-bugs.debian.org_2004_01_24 X-Spam-Level: gdr at integrable-solutions dot net writes: > > ------- Additional Comments From gdr at integrable-solutions dot net > 2004-01-25 16:00 ------- > Subject: Re: nested namespaces error msg > > "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > > | Confirmed but not a regression. > > It is not even a bug. pinskia at gcc dot gnu dot org writes: > > ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-25 > 16:04 ------- > I had to reread the report but I now agree with Gaby that the error is right > and there is no way for > GCC to read your mind.