Your message dated Thu, 6 Nov 2003 23:48:55 -0500 (EST) with message-id <[EMAIL PROTECTED]> and subject line I'm a crack head 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; 7 Nov 2003 00:19:40 +0000 >From [EMAIL PROTECTED] Thu Nov 06 18:19:39 2003 Return-path: <[EMAIL PROTECTED]> Received: from ptr-64-201-187-81.ptr.terago.ca (mars.net-itech.com) [64.201.187.81] by master.debian.org with smtp (Exim 3.35 1 (Debian)) id 1AHuLj-0002xf-00; Thu, 06 Nov 2003 18:19:39 -0600 Received: (qmail 2402 invoked from network); 7 Nov 2003 00:19:36 -0000 Received: from unknown (HELO orino.internal.nit.ca) (192.168.12.133) by mars.net-itech.com with SMTP; 7 Nov 2003 00:19:36 -0000 Received: by orino.internal.nit.ca (sSMTP sendmail emulation); Thu, 6 Nov 2003 19:26:55 -0500 Content-Type: multipart/mixed; boundary="===============1598060656==" MIME-Version: 1.0 From: "James A. Morrison" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: g++-3.3: g++ 3.3 miscompiles somes *& Bcc: "James A. Morrison" <[EMAIL PROTECTED]> X-Mailer: reportbug 2.36 Date: Thu, 06 Nov 2003 19:26:55 -0500 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE version=2.53-bugs.debian.org_2003_11_03 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_03 (1.174.2.15-2003-03-30-exp) This is a multi-part MIME message sent by reportbug. --===============1598060656== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: g++-3.3 Version: 1:3.3.2-3 Severity: normal The following code is miscompiled. Both cloned::cloned and cloned::log should point to the same thing, but cloned::log doesn't point to cloned::cloned. This is not a problem in g++3.2 or g++2.95. James A. Morrison -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux orino 2.6.0-test7 #3 Fri Oct 17 18:50:53 EDT 2003 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages g++-3.3 depends on: ii gcc-3.3 1:3.3.2-3 The GNU C compiler ii gcc-3.3-base 1:3.3.2-3 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-9 GNU C Library: Shared libraries an ii libstdc++5-3.3-dev 1:3.3.2-3 The GNU Standard C++ Library v3 (d -- no debconf information --===============1598060656== Content-Type: text/x-c; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="/home/jim/test/refpoint.cc" #include <wvstreams/wvlog.h> #include <wvstreams/wvstreamclone.h> #include <iostream> class cloner : WvStreamClone { WvLog *&log; public: cloner() : WvStreamClone(0), log(static_cast<WvLog*>(cloned)) { printf("HI"); printf("bye %p:%p\n", &cloned, &log); } virtual ~cloner() { } virtual bool isok() const { if (log) return log->isok(); else return false; } }; int main(int argc, char *argv[]) { WvLog *log = new WvLog("Kick Me!"); cloner kickme; return 0; } --===============1598060656==-- --------------------------------------- Received: (at 219505-done) by bugs.debian.org; 7 Nov 2003 04:48:56 +0000 >From [EMAIL PROTECTED] Thu Nov 06 22:48:55 2003 Return-path: <[EMAIL PROTECTED]> Received: from perpugilliam.csclub.uwaterloo.ca [129.97.134.31] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AHyYJ-0004Qh-00; Thu, 06 Nov 2003 22:48:55 -0600 Received: by perpugilliam.csclub.uwaterloo.ca (Postfix, from userid 20178) id 3331F10B4AC; Thu, 6 Nov 2003 23:48:55 -0500 (EST) To: [EMAIL PROTECTED] Subject: I'm a crack head Message-Id: <[EMAIL PROTECTED]> Date: Thu, 6 Nov 2003 23:48:55 -0500 (EST) From: [EMAIL PROTECTED] (James Morrison) Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=1.0 required=4.0 tests=BAYES_60 version=2.53-bugs.debian.org_2003_11_03 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_03 (1.174.2.15-2003-03-30-exp) For now ignore this. I there is some crack in other parts of the code I am looking at. Jim