X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 2 Nov 2004 12:59:10 +0100 From: Egon Eckert To: djgpp AT delorie DOT com Subject: Re: Destructor being called twice? Message-ID: <20041102115910.GF10315@webhome.cz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6+20040722i Sender: Egon Eckert Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I am *not* calling this destructor anywhere in the program, it should only > be called once (implicitly) upon > program end. > > Any idea what I'm doing wrong here? May be nothing, it's a gcc regression in 3.4 branch: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17976 The fix will be in 3.4.3. There are more "wrong code" regressions... I'm still using g++ 3.3.x on production binaries. Egon