[openssh-commits] [openssh] 08/09: upstream: Drop -Winline from CDIAGFLAGS it breaks on sparc64

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Apr 27 22:20:24 AEST 2026


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

dtucker pushed a commit to branch master
in repository openssh.

commit ff254f67401fb27e6ae81a266f2d41d4c16bdbba
Author: claudio at openbsd.org <claudio at openbsd.org>
AuthorDate: Thu Apr 23 12:57:47 2026 +0000

    upstream: Drop -Winline from CDIAGFLAGS it breaks on sparc64
    
    On sparc64 ssh/unittests/kex fails to build with:
     usr.bin/ssh/libcrux_mlkem768_sha3.h:8196: warning: inlining failed
     in call to 'libcrux_ml_kem_polynomial_ZERO_89_ea':
     --param max-inline-insns-single limit reached
    
    OK djm@ (long time ago) reminded by tb@
    
    OpenBSD-Regress-ID: c32094e3436536474039a4aeefabdbf0bd826554
---
 regress/unittests/Makefile.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/regress/unittests/Makefile.inc b/regress/unittests/Makefile.inc
index a5c2e8c21..3c713c74e 100644
--- a/regress/unittests/Makefile.inc
+++ b/regress/unittests/Makefile.inc
@@ -1,4 +1,4 @@
-#	$OpenBSD: Makefile.inc,v 1.19 2025/10/23 19:06:10 miod Exp $
+#	$OpenBSD: Makefile.inc,v 1.20 2026/04/23 12:57:47 claudio Exp $
 
 .include <bsd.own.mk>
 .include <bsd.obj.mk>
@@ -35,7 +35,6 @@ CDIAGFLAGS+=	-Wcomment
 CDIAGFLAGS+=	-Wformat
 CDIAGFLAGS+=	-Wformat-security
 CDIAGFLAGS+=	-Wimplicit
-CDIAGFLAGS+=	-Winline
 CDIAGFLAGS+=	-Wmissing-declarations
 CDIAGFLAGS+=	-Wmissing-prototypes
 CDIAGFLAGS+=	-Wold-style-definition

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


More information about the openssh-commits mailing list