hi Marek,

> On 24 Oct 2023, at 08:44, Iain Sandoe <i...@sandoe.co.uk> wrote:
> On 23 Oct 2023, at 20:25, Marek Polacek <pola...@redhat.com> wrote:
>> 
>> On Thu, Oct 19, 2023 at 02:24:11PM +0200, Richard Biener wrote:
>>> On Wed, Oct 11, 2023 at 10:48 PM Marek Polacek <pola...@redhat.com> wrote:
>>>> 
>>>> On Tue, Sep 19, 2023 at 10:58:19AM -0400, Marek Polacek wrote:
>>>>> On Mon, Sep 18, 2023 at 08:57:39AM +0200, Richard Biener wrote:
>>>>>> On Fri, Sep 15, 2023 at 5:09 PM Marek Polacek via Gcc-patches
>>>>>> <gcc-patches@gcc.gnu.org> wrote:
>> 
> 
>> and I tried Darwin (104) and that fails with
>> 
>> *** Configuration aarch64-apple-darwin21.6.0 not supported
>> 
>> Is anyone else able to build gcc on those machines, or test the attached
>> patch?
> 
> We’re still working on upstreaming the aarch64 Darwin port - the devt. branch
> is here; https://github.com/iains/gcc-darwin-arm64 (but it will be rebased 
> soon
> because we just upstreamed some dependencies).
> 
> In the meantime, I will put your patch into my test queue - hopefully before
> next week.

actually, I rebased already .. (but not pushed yet, pending testing).

aarch64-darwin21 bootstrapped fine with your patch (as did x86_64-darwin19)

===

$ /opt/iains/aarch64-apple-darwin21/gcc-14-0-0/bin/gcc /source/test/hello.c -o 
hc -fhardened -Whardened
cc1: warning: ‘_FORTIFY_SOURCE’ is not enabled by ‘-fhardened’ because 
optimizations are turned off [-Whardened]

$ /opt/iains/aarch64-apple-darwin21/gcc-14-0-0/bin/gcc /source/test/hello.c -o 
hc -fhardened -Whardened -O
<no output>

I’m about to run the testsuite, but if there’s something else to be tested 
please let me know (NOTE: I have not read the patch, just applied it and built).

thanks,
Iain

Reply via email to