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

Dimitry Andric <dimi...@unified-streaming.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dimitry@unified-streaming.c
                   |                            |om

--- Comment #14 from Dimitry Andric <dimi...@unified-streaming.com> ---
(In reply to Iain Sandoe from comment #13)
> (In reply to Francois-Xavier Coudert from comment #11)
> > Starting with Xcode 15.3 and the SDK for macOS 14.4, this is breaking
> > bootstrap on x86_64-apple-darwin23
> 
> confirmed the bootstrap fail and that the proposed patch fixes it (on
> x86_64-darwin23).  Now testing more widely on other Darwin versions.
> 
> For Darwin, this is a regression (caused by changes in the system SDK
> headers) - what is the situation with freeBSD?

The situation is that the FreeBSD port maintainer disabled the option to build
the gcc ports without bootstrap, to work around the problem. :-)

I built the ports locally, but there are seem to have been some recent
introductions of poisoned identifiers in plugins, which also have be fixed by
adding #define INCLUDE_xxx statements at the top of the sources, before
including system.h.

I will update the patches to build with gcc master, and re-attach/send them.

Reply via email to