From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12514 invoked by alias); 26 Feb 2004 19:49:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12507 invoked from network); 26 Feb 2004 19:49:50 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sources.redhat.com with SMTP; 26 Feb 2004 19:49:50 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AwRW1-0001Oj-00; Thu, 26 Feb 2004 14:49:49 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id AB5A74B104; Thu, 26 Feb 2004 14:49:53 -0500 (EST) To: brobecker@gnat.com, ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA/dwarf-2] Fix for the null record problem Message-Id: <20040226194953.AB5A74B104@berman.michael-chastain.com> Date: Thu, 26 Feb 2004 19:49:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00771.txt.bz2 I like the idea, but there are two gotchas: . update the copyright year in class2.exp . quote the '{' and '}' chars in class2.exp: "= \{\}" With these two changes, and if you re-test, then I approve the patch. Michael C === 2004-02-26 J. Brobecker * gdb.cp/class2.cc (empty): New class. (refer): New function. (main): Declare an object of type empty and use it. * gdb.cp/class2.exp: Print the value of an object of type empty.