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

--- 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?

> * 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.

Reply via email to