Hi Iain, On Sat Sep 6, 2025 at 6:44 PM CEST, Iain Sandoe wrote: > Hi Simon, > >> On 6 Sep 2025, at 16:33, Simon Martin <si...@nasilyan.com> wrote: >> >> The build is broken on MacOS since r16-3581-g1da3c4d90e678a because >> ipa-inline-transform.cc uses std::max but does not include <algorithm>. > > Which only seems to fire when the bootstrap compiler is clang (which I do > not often do - since I’m usually building Ada and D). Yes indeed, that's building on my super old Mac with clang.
>> This patch fixes it by defining INCLUDE_ALGORITHM in that file. > > I think such patches are both “obvious” and “fixes for bootstrap” and so > OK to apply. Thanks. > Do you have commit access or would you like me to push it for you? > thanks for the patch, I have commit access, and will push later today. Thanks, Simon