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

--- Comment #143 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Iain Sandoe from comment #142)
> (In reply to Peter Dyballa from comment #139)
> > GGC's break came *much* faster than my breakfast:
> 
> 
> > diagnostics::context::m_abort_on_error' is private within this context
> >   122 |       if (global_dc->m_abort_on_error)
> >       |                      ^~~~~~~~~~~~~~~~
> > In file included from ../.././gcc/diagnostic.h:29,
> >                  from ../.././gcc/config/rs6000/host-darwin.cc:25:
> > ../.././gcc/diagnostics/context.h:687:8: note: declared private here
> >   687 |   bool m_abort_on_error;
> >       |        ^~~~~~~~~~~~~~~~
> > make[3]: *** [host-ppc-darwin.o] Error 1
> > make[2]: *** [all-stage1-gcc] Error 2
> > make[1]: *** [stage1-bubble] Error 2
> > make: *** [all] Error 2
> 
> 
> > 
> > Could be MacPorts' Legacy Support is missing? Should I report this failure
> > also/rather on https://github.com/iains/gcc-16-branch/issues?
> 
> no, you are missing a change to rs6000/host-darwin.cc ... 
> https://github.com/iains/gcc-16-branch/commit/
> eac976e8c89d429de38163ee02658c24c58a26b9

might be worth double-checking that you have actually checked out
gcc-16-1-darwin-ppc with the two extra changes c.f. gcc-16.1-darwin.

Reply via email to