On Tue, 2 Jul 2024 at 22:56, matthew green <m...@eterna23.net> wrote: > > Chavdar Ivanov writes: > > Hi, > > > > I am repeatedly getting: > > # compile libLLVMAMDGPUCodeGen/SILateBranchLowering.pico > > this one should be worked around now. GCC 12.4 more whiney on arm64?
It went further this time, hope it will finish. The only diff was ❯ cvs diff -u -r 1.2 -r 1.3 Makefile Index: Makefile =================================================================== RCS file: /cvsroot/src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 30 May 2021 01:56:50 -0000 1.2 +++ Makefile 2 Jul 2024 21:56:00 -0000 1.3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:50 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2024/07/02 21:56:00 mrg Exp $ LIB= LLVMAMDGPUCodeGen @@ -153,3 +153,5 @@ .else .include <bsd.lib.mk> .endif + +CWARNFLAGS.gcc+= ${CC_WNO_STRINGOP_OVERREAD} ... > > > .mrg. -- ----