From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14651 invoked by alias); 6 Apr 2016 21:34:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14632 invoked by uid 89); 6 Apr 2016 21:34:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 06 Apr 2016 21:34:46 +0000 Received: from svr-orw-fem-04.mgc.mentorg.com ([147.34.97.41]) by relay1.mentorg.com with esmtp id 1anv64-0007Eq-0b from Don_Breazeal@mentor.com ; Wed, 06 Apr 2016 14:34:44 -0700 Received: from [172.30.4.120] (147.34.91.1) by SVR-ORW-FEM-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 6 Apr 2016 14:34:43 -0700 Subject: Re: [PATCH v2 1/2] Optzd-out ptr: New test for error handling To: Yao Qi References: <56CEF1F5.7060307@redhat.com> <1459200820-24735-1-git-send-email-donb@codesourcery.com> <1459200820-24735-2-git-send-email-donb@codesourcery.com> <86vb45sdh5.fsf@gmail.com> <56FAB7C1.6070305@codesourcery.com> <8660w4rpzr.fsf@gmail.com> CC: "gdb-patches@sourceware.org" , "palves@redhat.com" , "Machado, Luis" From: Don Breazeal Message-ID: <570580EE.2070606@codesourcery.com> Date: Wed, 06 Apr 2016 21:34:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <8660w4rpzr.fsf@gmail.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00140.txt.bz2 On 3/30/2016 7:37 AM, Yao Qi wrote: > Don Breazeal writes: > >> 2016-03-29 Don Breazeal >> >> * gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.c: New test program. >> * gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp: New test script. > > "gdb/testsuite/" is not needed. > > Patch is good to me. > Thanks Yao. ChangeLog has been corrected and this is now pushed in. --Don