From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8220 invoked by alias); 28 Feb 2003 00:36:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 8205 invoked by uid 71); 28 Feb 2003 00:36:00 -0000 Date: Fri, 28 Feb 2003 00:36:00 -0000 Message-ID: <20030228003600.8204.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: c++/9872: temporary destructor not called? Reply-To: Wolfgang Bangerth X-SW-Source: 2003-02/txt/msg01465.txt.bz2 List-Id: The following reply was made to PR c++/9872; it has been noted by GNATS. From: Wolfgang Bangerth To: Sandor Kovacs Cc: gcc-bugs@gcc.gnu.org, , Subject: Re: c++/9872: temporary destructor not called? Date: Thu, 27 Feb 2003 18:35:21 -0600 (CST) Sandor, I attached your preprocessed source. Thanks for sending them in. However... > If I've missed something or you need further info please let me know; ...yes, we are missing something: > gcc -L/usr/lib/qt3/lib -lqt-mt bug.o -o bug You are linking with libqt-mt.so. What we need is a _self-contained_ testcase, i.e. something that we can test without additional libraries. If we don't have that, it is impossible to find out whether the problem is in the compiler itself, or in the code that is in the library that is being linked in. Please try to pack everything into one file, including the necessary .cpp files from qt, such that it can be compiled without linking together several .o or .so files. Thanks Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ticam.utexas.edu www: http://www.ticam.utexas.edu/~bangerth/