[Bug 3629] Building with Clang-17 fails due to -fzero-call-used-regs
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Oct 20 10:33:29 AEDT 2023
https://bugzilla.mindrot.org/show_bug.cgi?id=3629
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
That looks like a compiler ICE. Please file a bug with the clang/llvm
project - I'm sure they would like to know that their compiler is
crashing.
Could you try editing the Makefile and changing
-fzero-call-used-regs=all to -fzero-call-used-regs=used and see if that
helper?
(maybe, having been burned by this before twice, we should make this
the default for this option?)
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list