From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27443 invoked by alias); 29 Feb 2004 22:15:10 -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 27436 invoked from network); 29 Feb 2004 22:15:09 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sources.redhat.com with SMTP; 29 Feb 2004 22:15:09 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AxZDH-00074F-00; Sun, 29 Feb 2004 17:15:07 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id B1EF64B104; Sun, 29 Feb 2004 17:15:07 -0500 (EST) To: drow@false.org, mec.gnu@mindspring.com Subject: Re: [rfa] C++ testsuite fix for unsigned char Cc: gdb-patches@sources.redhat.com Message-Id: <20040229221507.B1EF64B104@berman.michael-chastain.com> Date: Sun, 29 Feb 2004 22:15:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00904.txt.bz2 It's beautiful! I approve this patch. Michael C === 2004-02-29 Daniel Jacobowitz * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates to use unsigned char. * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c, gdb.cp/cttiadd3.c: Change type of variable to unsigned char.