From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121773 invoked by alias); 7 Apr 2016 14:12:07 -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 121727 invoked by uid 89); 7 Apr 2016 14:12:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mail-pa0-f42.google.com Received: from mail-pa0-f42.google.com (HELO mail-pa0-f42.google.com) (209.85.220.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 07 Apr 2016 14:11:51 +0000 Received: by mail-pa0-f42.google.com with SMTP id td3so55715549pab.2 for ; Thu, 07 Apr 2016 07:11:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=7Iq/vhNN/ogURReu3g60Yim+oeK92i8j0Hc+lLvOzow=; b=MEGkj8D78D+1XAtF9Z50OmFuOEUpEuAhR5umgpw1IszUlQKDk8/zN6rrAH62DB7wC0 Ws0ph5Z9tLh1QZPeUE/SbZL3YvUzi0mvHgu79KAQXw62Dg4iFue6q5lIUET8Dztw3sr9 MG3zvWUzivTraZS+DMoR41vsyfFZBPE7IIHm/eIbBin9T7SktLm4e5jViT5IOl/OcuY3 yCvSu+7qsg2drNZGA2uljABamyNvD0BuTr9d8B3sq9LUgutLWEJ/eiTka7L2Z8ZXIbcn pwJyHcrgFudqCm4u5LUvUwDM1Chy9sNSm+p/tyk8pJDwSX1N4+Zl58XGOBV1W81ET3NH qkjw== X-Gm-Message-State: AD7BkJKUS8NWyhJI9sMw6I9170N7g4fqiPTbNRd8bYKDmiL20qkwl8HdTZyHlprCZ5IDIQ== X-Received: by 10.66.102.70 with SMTP id fm6mr4991613pab.98.1460038309304; Thu, 07 Apr 2016 07:11:49 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id fn3sm12651203pab.20.2016.04.07.07.11.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Apr 2016 07:11:48 -0700 (PDT) Subject: Re: [PATCH] Eliminate -var-create error for optzd ptr to struct To: Don Breazeal References: <1459888769-18875-1-git-send-email-donb@codesourcery.com> <86lh4rm7kq.fsf@gmail.com> <5705828A.3030708@codesourcery.com> Cc: "gdb-patches@sourceware.org" , "palves@redhat.com" From: Yao Qi Message-ID: <57066A9B.4030903@gmail.com> Date: Thu, 07 Apr 2016 14:12:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5705828A.3030708@codesourcery.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00153.txt.bz2 On 06/04/16 22:41, Don Breazeal wrote: > Would you still like for me to follow up with a patch to remove the > TRY/CATCH blocks around the calls to value_optimized_out in those two > functions? Or do we want to leave it as-is so that the QUIT handling > remains unchanged? No, I was wrong on that point. Please leave it as-is. -- Yao (齐尧)