From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30398 invoked by alias); 4 Jun 2004 21:15:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 30346 invoked by uid 48); 4 Jun 2004 21:15:54 -0000 Date: Fri, 04 Jun 2004 21:15:00 -0000 Message-ID: <20040604211554.30345.qmail@sourceware.org> From: "bowdidge at apple dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040318204634.14639.austern@apple.com> References: <20040318204634.14639.austern@apple.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14639] [3.5 Regression] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg00519.txt.bz2 List-Id: ------- Additional Comments From bowdidge at apple dot com 2004-06-04 21:15 ------- I just tried the code fragment on a mainline build for 2004-05-26 07:00, and I get the behavior I'd seen for the last month -- things break with -O2, but -fno-unit-at-a-time makes things work right. This suggests something happened between 5/26 and today that triggered this specific problem. I'll see if I can further reduce where the problem appeared. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14639