From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56369 invoked by alias); 27 Sep 2016 11:15:12 -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 56324 invoked by uid 89); 27 Sep 2016 11:15:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Ready X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 11:15:11 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E2456ABC3; Tue, 27 Sep 2016 11:15:08 +0000 (UTC) Subject: Re: [PATCH] objc: update documetation and add test-case of constructor/destructor attr. To: GCC Patches References: <69d63b26-fc95-fd2d-57fb-c757ac506462@suse.cz> Cc: mikestump@comcast.net, iain@codesourcery.com From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <2b9519db-34b1-9036-3a13-6f4542ceb7ef@suse.cz> Date: Tue, 27 Sep 2016 11:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 In-Reply-To: <69d63b26-fc95-fd2d-57fb-c757ac506462@suse.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg01944.txt.bz2 ping^1, CC'ing objective C maintainers. Thanks, Martin On 08/10/2016 11: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? > Thanks, > Martin >