From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22534 invoked by alias); 10 Jul 2003 14:38:25 -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 22523 invoked from network); 10 Jul 2003 14:38:24 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 10 Jul 2003 14:38:24 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h6AEcNop002301; Thu, 10 Jul 2003 09:38:23 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h6AEcNHK008695; Thu, 10 Jul 2003 09:38:23 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h6AEcM4b008694; Thu, 10 Jul 2003 10:38:22 -0400 Date: Thu, 10 Jul 2003 14:38:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200307101438.h6AEcM4b008694@duracef.shout.net> To: mludvig@suse.cz Subject: Re: [testsuite] gdb.c++/templates.exp Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-07/txt/msg00212.txt.bz2 Beautiful! This patch is approved for both mainline and branch. Michael C === 2003-07-09 Michal Ludvig * testsuite/gdb.c++/templates.exp (test_ptype_of_templates): Recognize expansion of size_t to 'unsigned long', not only to 'unsigned'.