Your message dated Sun, 24 Jun 2001 22:04:09 +0200 with message-id <[EMAIL PROTECTED]> and subject line fixed in gcc-3.0-2 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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 22 Jun 2001 10:25:43 +0000 >From [EMAIL PROTECTED] Fri Jun 22 05:25:43 2001 Return-path: <[EMAIL PROTECTED]> Received: from bacchus.lis.inpg.fr [::ffff:195.220.21.21] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15DO8E-0005Ti-00; Fri, 22 Jun 2001 05:25:43 -0500 Received: from irancy.lis.inpg.fr ([EMAIL PROTECTED] [195.220.21.167]) by bacchus.lis.inpg.fr (8.9.3/8.9.3/cf de Bacchus - 25/05/2000) with ESMTP id MAA23450; Fri, 22 Jun 2001 12:25:35 +0200 Received: from bonnaud by irancy.lis.inpg.fr with local (Exim 3.22 #1 (Debian)) id 15DO85-0008P5-00; Fri, 22 Jun 2001 12:25:33 +0200 From: laurent bonnaud <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: g++-3.0 and --use-cxa-atexit X-Reportbug-Version: 1.18 X-Mailer: reportbug 1.18 Date: Fri, 22 Jun 2001 12:25:33 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: laurent bonnaud <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: g++-3.0 Version: 1:3.0-1 Severity: normal Hi, according to http://gcc.gnu.org/bugs.html#known, it would seem to be a good idea to compile g++-3.0 with the --use-cxa-atexit switch: >Global destructors are not run in the correct order >Global destructors should be run in the reverse order of their constructors >completing. In most cases this is the same as the reverse order of constructors >starting, but sometimes it is different, and that is important. You need to >compile and link your programs with --use-cxa-atexit. We have not turned this >switch on by default, as it requires a cxa aware runtime library (libc, glibc, >or equivalent). A more detailed explanation is given in: http://gcc.gnu.org/ml/gcc-patches/1999-12n/msg00664.html -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux irancy 2.4.4-686 #1 Sun Apr 29 12:22:40 EST 2001 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages g++-3.0 depends on: ii gcc-3.0 1:3.0-1 The GNU C compiler. ii gcc-3.0-base 1:3.0-1 The GNU compiler collection (base ii libc6 2.2.3-6 GNU C Library: Shared libraries an ii libstdc++3-dev 1:3.0-1 The GNU stdc++ library version 3 ( --------------------------------------- Received: (at 101901-done) by bugs.debian.org; 24 Jun 2001 20:08:27 +0000 >From [EMAIL PROTECTED] Sun Jun 24 15:08:27 2001 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [::ffff:130.149.17.13] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15EGBD-0002jv-00; Sun, 24 Jun 2001 15:08:23 -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 WAA06912; Sun, 24 Jun 2001 22:04:10 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.10.2+Sun/8.9.3) id f5OK49q22629; Sun, 24 Jun 2001 22:04:09 +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: Sun, 24 Jun 2001 22:04:09 +0200 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: fixed in gcc-3.0-2 X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] * Add libgcc0 and libgcc300 to the build conflicts (#102041). * debian/README.FIRST: Removed (#101534). * Updated subreg-byte patch (doc files). * Disable java for the Hurd, mips and mipsel (#101570). * Patch for building on the Hurd (#101708) (Jeff Bailey <[EMAIL PROTECTED]>). * Packaging fixes for the Hurd (#101711) (Jeff Bailey <[EMAIL PROTECTED]>). * Include pregenerated doxygen (1.2.6) docs for libstdc++-v3 (#101557). The current doxygen-1.2.8.1 segaults. * C++: Enable -fuse-cxa-atexit by default (#101901). * Correct mail address in gccbug (#101743). * Make rules resumable after failure in binary-xxx targets (#101637).