https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110651

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot 
Uni-Bielefeld.DE> ---
> --- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> ---
> (In reply to Rainer Orth from comment #0)
>> When bootstrapping current trunk on macOS 14.0 beta 3 with Xcode 15 beta 4,
>> every single fortran link test FAILs like
>
>> * Get rid of %(libgcc) in libgfortran.spec.in.
>> 
>> * Include it conditionally depending on a configure test.
>
> Hmm .. I thought we already had configure tests to customise the spec for
> Darwin?
> FX?

We do: @LIBM@ is handled that way.

>> * Disable ld warnings with -w in the spec, probably using some
>> @TARGET_LDFLAGS@.
>> 
>> * Disable ld warnings globally in the Darwin driver code.  That may be
>>   undisable since it would disable possibly benign warnings, too.
>
> I think we need to fix the specs not work around with disabled warnings.

Agreed: for me modifying the spec was a quick hack to avoid half the
failures in the testsuite run.

Reply via email to