[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using GCC
From: |
Luboš Doležel |
Subject: |
Re: Using GCC |
Date: |
Tue, 07 Apr 2015 20:08:54 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 04/07/2015 07:39 PM, Patryk Laurent wrote:
>
>> On Apr 6, 2015, at 1:51 PM, Fred Kiefer <fredkiefer@gmx.de> wrote:
>>
>> GNUstep should work as good with gcc as it does with clang.
>
> Hi Fred,
>
> Just to clarify, does GCC now support features like ARC, blocks and grand
> central dispatch?
>
> Thank you,
> Patryk
ARC and Blocks: no
GCD is just an API, so as long as you don't use functions accepting
blocks, you should be fine.
--
Luboš Doležel