[openssh-commits] [openssh] branch V_9_6 updated (8241b9c0 -> 95cd4a09)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 22 18:01:06 AEDT 2023


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch V_9_6
in repository openssh.

      from  8241b9c0  crank versions
       new  95cd4a09  better detection of broken -fzero-call-used-regs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 95cd4a090d5b378d75c8753e70249aadc65d858d
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Dec 22 17:56:26 2023 +1100

    better detection of broken -fzero-call-used-regs
    
    gcc 13.2.0 on ppc64le refuses to compile some function, including
    cipher.c:compression_alg_list() with an error:
    
    > sorry, unimplemented: argument ‘used’ is not supportedcw
    > for ‘-fzero-call-used-regs’ on this target
    
    This extends the autoconf will-it-work test with a similarly-
    structured function that seems to catch this.
    
    Spotted/tested by Colin Watson; bz3645

Summary of changes:
 m4/openssh.m4 | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list