From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9596 invoked by alias); 20 Sep 2004 16:36:05 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9589 invoked from network); 20 Sep 2004 16:36:04 -0000 Received: from unknown (HELO nwkea-mail-2.sun.com) (192.18.42.14) by sourceware.org with SMTP; 20 Sep 2004 16:36:04 -0000 Received: from sfbaymail2sca.sfbay.sun.com ([129.145.155.42]) by nwkea-mail-2.sun.com (8.12.10/8.12.9) with ESMTP id i8KGa035014252; Mon, 20 Sep 2004 09:36:00 -0700 (PDT) Received: from kealia.sfbay.sun.com (kealia.SFBay.Sun.COM [129.144.80.16]) by sfbaymail2sca.sfbay.sun.com (8.12.10+Sun/8.12.10/ENSMAIL,v2.2) with ESMTP id i8KGZtcA015846; Mon, 20 Sep 2004 09:35:55 -0700 (PDT) Received: by kealia.sfbay.sun.com (Postfix, from userid 2049) id 7D6B0CDFB; Mon, 20 Sep 2004 09:35:55 -0700 (PDT) To: Michael Chastain Cc: jimb@redhat.com, David.Carlton@sun.com, gdb@sources.redhat.com Subject: Re: representing C++ constructors in GDB's symbol tables References: <414B9D8B.nailB2O11AVBZ@mindspring.com> From: David Carlton Date: Mon, 20 Sep 2004 16:36:00 -0000 In-Reply-To: <414B9D8B.nailB2O11AVBZ@mindspring.com> (Michael Chastain's message of "Fri, 17 Sep 2004 22:29:31 -0400") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Reasonable Discussion, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-09/txt/msg00163.txt.bz2 On Fri, 17 Sep 2004 22:29:31 -0400, Michael Chastain said: > David Carlton wrote: >> You can use "X(...)" to create a temporary object of type X. > Sure. And of course: > X my_x = X(); (But not "X my_x();", the C++ geek in me feels compelled to point out. :-) ) David Carlton david.carlton@sun.com