From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41851 invoked by alias); 11 Aug 2016 02:53:37 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 41629 invoked by uid 89); 11 Aug 2016 02:53:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 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; Thu, 11 Aug 2016 02:53:15 +0000 Received: from svr-orw-fem-04.mgc.mentorg.com ([147.34.97.41]) by relay1.mentorg.com with esmtp id 1bXg7M-0005Ea-Fn from Sandra_Loosemore@mentor.com ; Wed, 10 Aug 2016 19:53:12 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.3.224.2; Wed, 10 Aug 2016 19:53:12 -0700 Subject: Re: [PATCH] objc: update documetation and add test-case of constructor/destructor attr. To: =?UTF-8?Q?Martin_Li=c5=a1ka?= , GCC Patches References: <69d63b26-fc95-fd2d-57fb-c757ac506462@suse.cz> From: Sandra Loosemore Message-ID: <57ABE897.9010807@codesourcery.com> Date: Thu, 11 Aug 2016 02:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <69d63b26-fc95-fd2d-57fb-c757ac506462@suse.cz> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2016-08/txt/msg00875.txt.bz2 On 08/10/2016 03:11 AM, Martin Liška wrote: > Hi. > > Following patch clarifies usage of ctor and dtor attributes for Objective C. > Patch survives (on x86_64-linux-gnu): > > make -k check-objc RUNTESTFLAGS="execute.exp" > > Ready for trunk? The documentation fix looks fine, but probably an objc maintainer needs to confirm that it's not just an accident that the test case works. -Sandra