Re: [PATCH] objc: update documetation and add test-case of constructor/destructor attr.

2016-09-28 Thread Mike Stump
On Aug 10, 2016, at 2:11 AM, Martin Liška wrote: > > 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? Ok.

Re: [PATCH] objc: update documetation and add test-case of constructor/destructor attr.

2016-09-27 Thread Iain Sandoe
> On 10 Aug 2016, at 19:53, Sandra Loosemore wrote: > > 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" >> >> Read

Re: [PATCH] objc: update documetation and add test-case of constructor/destructor attr.

2016-09-27 Thread Martin Liška
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 trun

Re: [PATCH] objc: update documetation and add test-case of constructor/destructor attr.

2016-08-10 Thread Sandra Loosemore
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

[PATCH] objc: update documetation and add test-case of constructor/destructor attr.

2016-08-10 Thread Martin Liška
in Date: Wed, 10 Aug 2016 11:01:49 +0200 Subject: [PATCH] objc: update documetation and add test-case of constructor/destructor attr. gcc/ChangeLog: 2016-08-10 Martin Liska * doc/extend.texi: Remove limitation of Objective C for __attribute__((constructor)) and __attribute__((destructor)).