LLVM/project 668c44bllvm/include/llvm InitializePasses.h, llvm/include/llvm/CodeGen/GlobalISel Localizer.h

[GISel][NewPM] Port localizer

Standard NewPM pass porting.

Reviewers: arsenm, aemerson, vikramRH, aengelke

Pull Request: https://github.com/llvm/llvm-project/pull/217209
DeltaFile
+86-15llvm/lib/CodeGen/GlobalISel/Localizer.cpp
+15-39llvm/include/llvm/CodeGen/GlobalISel/Localizer.h
+2-2llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
+2-1llvm/test/CodeGen/AArch64/GlobalISel/localizer.mir
+1-1llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp
+1-1llvm/include/llvm/InitializePasses.h
+107-593 files not shown
+110-609 files

LLVM/project 2c7ed97llvm/test/CodeGen/AMDGPU buffer-fat-pointer-atomicrmw-fmax.ll buffer-fat-pointer-atomicrmw-fadd.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+3,815-3,810llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fmin.ll
+3,815-3,810llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fmax.ll
+3,513-3,467llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+3,513-3,467llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+3,252-3,311llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fadd.ll
+2,533-2,603llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fmax.ll
+20,441-20,4681,028 files not shown
+73,008-66,1521,034 files

OPNSense/core 8966c55src/opnsense/mvc/app/controllers/OPNsense/Auth UserController.php, src/opnsense/mvc/app/controllers/OPNsense/Wireguard GeneralController.php

Clean QR codes (#10737)

- Update Kazuhiko Arase's QR Code generation library
- Use built-in image generation for accurate renders
- Simpler jQuery plugin
DeltaFile
+2,023-963src/opnsense/www/js/qrcode.js
+16-101src/opnsense/www/js/jquery.qrcode.js
+26-0src/opnsense/www/js/qrcode_UTF8.js
+0-20src/opnsense/www/js/jquery.qrcode.js.LICENSE
+2-1src/opnsense/mvc/app/controllers/OPNsense/Wireguard/GeneralController.php
+2-1src/opnsense/mvc/app/controllers/OPNsense/Auth/UserController.php
+2,069-1,0862 files not shown
+2,072-1,0888 files

FreeBSD/src 3a1bf59lib/libsys stat.2, sys/kern uipc_shm.c

shmfd: consistently return size in 512 byte blocks for fstat(2) st_blocks

This is ABI-breaking change that could be considered as the bug fix.

Requested by:   David Timber <dxdt at dev.snart.me>
Reviewed by:    emaste, markj
Sponsored by:   The FreeBSD Foundation
Relnotes:       yes
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D58942
DeltaFile
+2-6sys/kern/uipc_shm.c
+6-2lib/libsys/stat.2
+8-82 files

LLVM/project 8fe17ddmlir/lib/Dialect/Vector/IR VectorOps.cpp, mlir/test/Dialect/Vector invalid.mlir

[mlir][vector] Verify non-unit strides on `masked/expand/compress` ops (#216485)

Closes the stride-verification gap left open by #204611 and #205869
(**Stacked on #211004**).

`vector.maskedload`/`maskedstore`/`expandload`/`compressstore` lower to
LLVM masked intrinsics that read/write N *consecutive* elements from a
single pointer (see [LangRef](https://llvm.org/docs/LangRef.htm)), but
none of them verified the memref's minor-dim stride, so `strided<[2]>`
verified successfully and silently miscompiled. This PR rejects
statically-known non-unit and dynamic strides.

---

The original PR (#210952, **identical to this one**) has been reverted
(#215224) due to `Linalg/CPU/ArmSME/matmul.mlir` and
`Linalg/CPU/ArmSME/multi-tile-matmul-mixed-types.mlir` e2e test failures
(see the
[buildbot](https://lab.llvm.org/buildbot/#/builders/121/builds/2588)).

    [33 lines not shown]
DeltaFile
+107-0mlir/test/Dialect/Vector/invalid.mlir
+24-0mlir/lib/Dialect/Vector/IR/VectorOps.cpp
+131-02 files

LLVM/project 4ca21f7libc/test/src/stdio sprintf_test.cpp

[libc] Gate long double assertions that fail in long double = float64 targets (#217346)

Some assertions that involve long doubles fail if the type is
implemented with float64, such as in Arm 32 bits targets.

This patch gates these failing assertions under the proper macro.

Additionally, it fixes some uses of this same macro that were using an
incorrect spelling.
DeltaFile
+8-6libc/test/src/stdio/sprintf_test.cpp
+8-61 files

LLVM/project c1c0f9allvm/include/llvm/CodeGen/GlobalISel Localizer.h, llvm/lib/CodeGen/GlobalISel Localizer.cpp

[GISel] Remove DoNotRun hook from Localizer

No upstream targets use this, so remove it.

Reviewers: arsenm, aemerson

Pull Request: https://github.com/llvm/llvm-project/pull/217192
DeltaFile
+1-9llvm/lib/CodeGen/GlobalISel/Localizer.cpp
+0-5llvm/include/llvm/CodeGen/GlobalISel/Localizer.h
+1-142 files

LLVM/project b6480ddllvm/test/CodeGen/AMDGPU buffer-fat-pointer-atomicrmw-fmax.ll buffer-fat-pointer-atomicrmw-fadd.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+3,815-3,810llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fmin.ll
+3,815-3,810llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fmax.ll
+3,513-3,467llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+3,513-3,467llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+3,252-3,311llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fadd.ll
+2,533-2,603llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fmax.ll
+20,441-20,4681,030 files not shown
+73,099-66,2451,036 files

LLVM/project aaf3903llvm/include/llvm/CodeGen/GlobalISel LoadStoreOpt.h, llvm/lib/CodeGen/GlobalISel LoadStoreOpt.cpp

[GISel][NewPM] Port LoadStoreOpt

Standard NewPM pass porting.

Reviewers: aengelke, arsenm, aemerson, vikramRH

Pull Request: https://github.com/llvm/llvm-project/pull/217190
DeltaFile
+145-28llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp
+13-91llvm/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h
+2-2llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
+2-1llvm/test/CodeGen/AArch64/GlobalISel/store-merging.mir
+1-1llvm/test/CodeGen/AArch64/GlobalISel/store-merging-debug.mir
+1-1llvm/test/CodeGen/AArch64/GlobalISel/merge-stores-truncating.mir
+164-1244 files not shown
+168-12610 files

LLVM/project 6136e52clang/include/clang/Basic DiagnosticFrontendKinds.td, clang/lib/CodeGen CGExpr.cpp CGCall.h

[clang] Fix crash on no-prototype indirect calls with -fexperimental-call-graph-section (#210846)

Prior to this change `-fexperimental-call-graph-section` will hit
unreachable code in CGCall.cpp for indirect calls through C style
function pointers declared with no argument list (no prototype). In this
change, we reconstruct the function prototype at the call site and generate
the type ID based on the constructed prototype.

Assisted-by: Gemini 3.1 Pro
DeltaFile
+113-0clang/test/CodeGen/call-graph-section-noprototype.c
+60-1clang/lib/CodeGen/CGCall.cpp
+10-9clang/lib/CodeGen/CGCall.h
+7-7clang/test/CodeGen/call-graph-section.c
+3-2clang/lib/CodeGen/CGExpr.cpp
+4-0clang/include/clang/Basic/DiagnosticFrontendKinds.td
+197-196 files

FreeBSD/ports 3982e2cmultimedia/webcamd/files patch-webcamd.c patch-kernel_linux__usb.c

multimedia/webcamd: Fix 16-CURRENT build

16-CURRENT added capsicum support to libusb in src commit 749318f2ae56.
Chase this change by adding a couple of #ifdefs to determine whether
building under 16-CURRENT or not.

Approved by:    portmgr (implicit, fix it)
DeltaFile
+23-0multimedia/webcamd/files/patch-kernel_linux__usb.c
+14-0multimedia/webcamd/files/patch-webcamd.c
+37-02 files

LLVM/project 346d3eflibsycl/include/sycl/__impl queue.hpp, libsycl/src/detail queue_impl.hpp queue_impl.cpp

[libsycl] Initial prefetch implementation for queue (#212104)

Adds the `prefetch` API for `queue` class as per SYCL 2020
specifications.
Adds `unit tests` for prefetch use cases with the appropriate mock
additions

AI has been used to help with slight logic adjustments in
`QueueImpl::prefetch` and for the unit tests
DeltaFile
+52-0libsycl/unittests/queue/prefetch.cpp
+40-0libsycl/test/usm/prefetch.cpp
+35-0libsycl/include/sycl/__impl/queue.hpp
+26-0libsycl/src/detail/queue_impl.cpp
+13-1libsycl/unittests/mock/helpers.cpp
+9-0libsycl/src/detail/queue_impl.hpp
+175-14 files not shown
+194-110 files

OPNSense/plugins 8e47228net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga BGP.xml

net/frr: Add a constraint to localip so it is required if a password is set
DeltaFile
+11-1net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml
+11-11 files

LLVM/project 579840amlir/test/Integration/Dialect/EmitC regalloc-eviction-test-model-tosa.mlir inline-oz-test-model-tosa.mlir

Align TOSA->EmitC integration tests with MLGO config (#216787)

Adapt existing TOSA->EmitC integration tests to use exactly the same
pipeline as the MLGO CMake config proposes in
https://github.com/llvm/llvm-project/pull/212650.

The first `RUN` directive tests the TOSA->EmitC lowering.
The second tests class-based C++ code generation for MLGO. For this, the
pipeline needs extra passes helping transform the model function into a
class:
- `promote-buffers-to-stack`: heap-based -> stack-based allocations
- `wrap-emitc-func-in-class`: standalone `emitc.func` -> `emitc.class`
- `mlgo-add-reflection-map`: adds a reflection map + helper method to
`emitc.class` for runtime field lookup.
Therefore, we're now emitting a `.cpp` file instead of `.c`.

The missing `buffer-deallocation-pipeline` lead to a skipped
canonicalization that created `arith` ops, which the current pipeline
couldn't actually lower, due to recent changes in the `arith-expand`

    [2 lines not shown]
DeltaFile
+41-5mlir/test/Integration/Dialect/EmitC/inline-oz-test-model-tosa.mlir
+32-6mlir/test/Integration/Dialect/EmitC/regalloc-eviction-test-model-tosa.mlir
+73-112 files

FreeBSD/ports e46115bnet/keycloak Makefile distinfo

net/keycloak: Update 26.7.1 => 26.7.2

Release Notes:
https://www.keycloak.org/2026/08/keycloak-2672-released

PR:             297660
Security:       CVE-2026-45292
Security:       CVE-2026-14613
Security:       CVE-2026-59888
Security:       CVE-2026-59889
Security:       CVE-2026-15945
Security:       CVE-2026-17048
Security:       CVE-2026-15571
Security:       CVE-2026-18963
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit e9cceed0d70e7d3b66c3695cf18bd3b0580e897c)
DeltaFile
+202-202net/keycloak/pkg-plist
+3-3net/keycloak/distinfo
+1-1net/keycloak/Makefile
+206-2063 files

FreeBSD/ports e9cceednet/keycloak Makefile distinfo

net/keycloak: Update 26.7.1 => 26.7.2

Release Notes:
https://www.keycloak.org/2026/08/keycloak-2672-released

PR:             297660
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+202-202net/keycloak/pkg-plist
+3-3net/keycloak/distinfo
+1-1net/keycloak/Makefile
+206-2063 files

LLVM/project 76bcfd7utils/bazel/llvm-project-overlay/libc BUILD.bazel, utils/bazel/llvm-project-overlay/libc/test/UnitTest BUILD.bazel

[Bazel] Fixes e84b8cf (#217352)

This fixes e84b8cf804ea41c7ed1c1c64c519b6355abafa31 (#211867).

Buildkite error link:
https://buildkite.com/llvm-project/upstream-bazel/builds?commit=e84b8cf804ea41c7ed1c1c64c519b6355abafa31

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+1-0utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
+1-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+2-02 files

LLVM/project 6b5312bclang/docs ReleaseNotes.md, clang/lib/Sema SemaType.cpp

[clang][Sema] Fixed a crash when an `address_space` attribute with a dependent argument was written after the declarator-id (#216348)

Fixes #196982
Fixes #111463 

When filling in source locations for a dependent `address_space` type,
we only looked at the declarator chunk being visited. But an attribute
written after the declarator-id appertains to the declared entity, so it
never lands on a chunk — it gets applied to the outermost type instead.
The search came up empty and we hit the `llvm_unreachable`. Nothing to
do with the malformed code in the bug report, by the way: plain template
`<int AS> void f() { void *p [[clang::address_space(AS)]]; }` crashes
too.

The lookup now searches every attribute list of the declarator (chunk,
declarator, decl-spec, declaration), passed as an `ArrayRef` by the
caller, so the attribute is always findable and the original
`llvm_unreachable` stays. Attributes that are invalid or malformed are
skipped, since they never produced a type. This matters when a malformed

    [3 lines not shown]
DeltaFile
+28-0clang/test/SemaTemplate/address_space-dependent.cpp
+16-6clang/lib/Sema/SemaType.cpp
+4-0clang/docs/ReleaseNotes.md
+48-63 files

LLVM/project 4db2d38llvm/lib/Target/AMDGPU GCNSubtarget.h GCNSubtarget.cpp, llvm/test/CodeGen/AMDGPU swp-amdgpu-pipeline-max-mii.ll swp-amdgpu-pipeline-regpressure-retry.mir

[AMDGPU] Configure the software pipeliner policy

Set the pipeliner policy in overridePipelinerPolicy(): raise the maximum MII
and opt into the generic register-pressure detector.

MFMA latencies push the MII of otherwise pipelineable loops past the generic
limit of 27, so AMDGPU raises it to 256, which covers the II distributions
observed across Composable Kernels and Triton workloads on gfx950. Removing
the limit entirely pipelines no additional loops on those workloads and costs
around 23% more compile time, so the bound stays finite.

Enable the generic register-pressure detector so schedules exceeding the
target-provided pressure-set limits are rejected and retried at a higher II.
DeltaFile
+181-0llvm/test/CodeGen/AMDGPU/swp-amdgpu-pipeline-regpressure-retry.mir
+5-5llvm/test/CodeGen/AMDGPU/swp-amdgpu-pipeline-max-mii.ll
+9-0llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
+2-0llvm/lib/Target/AMDGPU/GCNSubtarget.h
+197-54 files

LLVM/project fc1f1b8llvm/include/llvm/CodeGen TargetSubtargetInfo.h MachinePipeliner.h, llvm/lib/CodeGen MachinePipeliner.cpp

[MachinePipeliner] Let targets configure the maximum MII

The pipeliner rejects a loop whose minimum initiation interval exceeds
-pipeliner-max-mii. Its default of 27 suits targets with short instruction
latencies, but is too small for others: on AMDGPU a couple of MFMA
instructions already push the MII past it, so the loop never pipelines.

Move the limit into a MachinePipelinerPolicy that targets customize by
implementing TargetSubtargetInfo::overridePipelinerPolicy(). The generic
default is unchanged and an explicit -pipeliner-max-mii still wins over the
target's choice, so no target changes behavior here. Exercised by the AMDGPU
adoption in a following commit.
DeltaFile
+12-3llvm/lib/CodeGen/MachinePipeliner.cpp
+14-0llvm/include/llvm/CodeGen/MachinePipeliner.h
+4-0llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
+30-33 files

LLVM/project 597e57cllvm/lib/Target/AMDGPU SIInstrInfo.cpp, llvm/test/CodeGen/AMDGPU swp-amdgpu-pipeline-unpipeline-compare.mir swp-amdgpu-pipeline-loop-carried-mem.mir

[AMDGPU] Add MachinePipeliner support for AMDGPU

Implement the target hooks to enable MachinePipeliner for AMDGPU. The
pass is off by default and can be enabled with -amdgpu-enable-pipeliner
at -O2 and above.

Only uniform, single-basic-block counted loops with a scalar (SCC)
back-edge are pipelined; loops with a divergent (VCC/EXEC) back-edge, or
containing calls or inline asm, are rejected. Code is generated by the
default modulo schedule expander (DFA, window scheduler, and MVE
expansion are disabled for AMDGPU).

Validated on gfx942 and gfx950 with Composable Kernel and Triton workloads.
DeltaFile
+177-0llvm/test/CodeGen/AMDGPU/swp-amdgpu-pipeline-minimal.ll
+134-0llvm/test/CodeGen/AMDGPU/swp-amdgpu-pipeline-epilog-phi.mir
+78-0llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+71-0llvm/test/CodeGen/AMDGPU/swp-amdgpu-pipeline-gen-structure.mir
+58-0llvm/test/CodeGen/AMDGPU/swp-amdgpu-pipeline-loop-carried-mem.mir
+48-0llvm/test/CodeGen/AMDGPU/swp-amdgpu-pipeline-unpipeline-compare.mir
+566-014 files not shown
+952-020 files

LLVM/project 45e338dllvm/include/llvm/CodeGen MachinePipeliner.h, llvm/lib/CodeGen MachinePipeliner.cpp

[MachinePipeliner] Let targets enable the register-pressure detector

The generic MachinePipeliner register-pressure detector, added in #74807,
was only reachable through the global -pipeliner-register-pressure option.

Add MachinePipelinerPolicy::ShouldLimitRegPressure so targets can enable the
detector in TargetSubtargetInfo::overridePipelinerPolicy. An explicit command-
line option continues to override the target policy.

The policy defaults to false, preserving existing behavior for other targets.
It is exercised by the AMDGPU adoption in the following commit.
DeltaFile
+6-4llvm/lib/CodeGen/MachinePipeliner.cpp
+4-0llvm/include/llvm/CodeGen/MachinePipeliner.h
+10-42 files

LLVM/project 40f48bfmlir/include/mlir/Conversion/OpenACCToLLVM ACCToLLVM.h, mlir/lib/Conversion/OpenACCToLLVM CMakeLists.txt ACCToLLVM.cpp

[mlir][acc] Introduce acc atomic to llvm patterns (#217142)

Add support for lowering the OpenACC atomic operations - atomic.read,
atomic.write, atomic.update, and atomic.capture - to LLVM dialect.

Co-authored-by: Matsu <kmatsumura at nvidia.com>
DeltaFile
+783-0mlir/lib/Conversion/OpenACCToLLVM/ACCAtomicPatterns.cpp
+211-0mlir/test/Conversion/OpenACCToLLVM/atomic.mlir
+22-0mlir/include/mlir/Conversion/OpenACCToLLVM/ACCToLLVM.h
+7-0mlir/lib/Conversion/OpenACCToLLVM/ACCToLLVM.cpp
+5-0mlir/lib/Conversion/OpenACCToLLVM/CMakeLists.txt
+1,028-05 files

FreeBSD/ports 22ac3f2ports-mgmt/pkg_rmleaves Makefile distinfo

ports-mgmt/pkg_rmleaves: Update 20260730 => 20260819

Changelog:
- Fixes compatibility with FBSD 14.x (reported by Andrea Venturoli).

PR:             297659
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit c888a34e172d3b003cc866e00a686b45e4397d3a)
DeltaFile
+3-3ports-mgmt/pkg_rmleaves/distinfo
+1-1ports-mgmt/pkg_rmleaves/Makefile
+4-42 files

LLVM/project 1d7d16bllvm/test/CodeGen/AMDGPU buffer-fat-pointer-atomicrmw-fmax.ll buffer-fat-pointer-atomicrmw-fadd.ll

[CodeGen] Avoid register pressure limit underflow (#216372)

RegisterClassInfo::computePSetLimit() subtracts an estimated
reserved-register weight from the target-provided pressure-set limit. If
the weight exceeds the limit, the unsigned subtraction wraps to a very
large value, effectively disabling register-pressure checks. An equal
weight produces zero, which is the uncomputed-limit sentinel.
    
MachineSink and MachineLICM exposed this underflow after switching to
RegisterClassInfo limits.
    
Preserve the target-provided nonzero limit when the approximate
adjustment would exhaust it. Non-underflowing adjustments remain
unchanged. Add an AMDGPU regression test and update the affected checks.
DeltaFile
+3,815-3,810llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fmin.ll
+3,815-3,810llvm/test/CodeGen/AMDGPU/flat-atomicrmw-fmax.ll
+3,513-3,467llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmin.ll
+3,513-3,467llvm/test/CodeGen/AMDGPU/global-atomicrmw-fmax.ll
+3,252-3,311llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fadd.ll
+2,533-2,603llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fmax.ll
+20,441-20,46853 files not shown
+46,226-47,04259 files

FreeBSD/ports c888a34ports-mgmt/pkg_rmleaves Makefile distinfo

ports-mgmt/pkg_rmleaves: Update 20260730 => 20260819

Changelog:
- Fixes compatibility with FBSD 14.x (reported by Andrea Venturoli).

PR:             297659
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3ports-mgmt/pkg_rmleaves/distinfo
+1-1ports-mgmt/pkg_rmleaves/Makefile
+4-42 files

LLVM/project d92b3ddllvm/lib/CodeGen/GlobalISel Localizer.cpp

fix

Created using spr 1.3.7
DeltaFile
+1-0llvm/lib/CodeGen/GlobalISel/Localizer.cpp
+1-01 files

LLVM/project f2d08fallvm/lib/Transforms/Vectorize LoopVectorizationPlanner.h

[LV][NFC] Fix up else-after-return introduced by PR #216981 (#217337)
DeltaFile
+1-1llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
+1-11 files

LLVM/project e84b8cflibc/src/__support/wchar character_converter.h, libc/test/UnitTest LibcTest.cpp

[libc] Add support for wchar_t in StringConverter. (#211867)

This takes care of a TODO in LibcTest.cpp from #203355, allowing
`wstring_view` to be printed as UTF-8 in tests. It also enables updates
to __support/printf_core/ for implementing `swprintf`.

The change to `StringConverter` is enabled by extending the
`CharacterConverter` API when `wchar_t` is detected as being UTF-32.

The `StringConverter` unit test is updated so it no longer compiles to a
no-op on Windows.

Note: this change does not respect `-fwide-exec-charset`, which Clang still
does not support but GCC does. This is the existing libc behavior.
DeltaFile
+134-113libc/test/src/__support/wchar/string_converter_test.cpp
+44-16libc/test/src/__support/wchar/utf8_to_32_test.cpp
+33-11libc/test/src/__support/wchar/utf32_to_8_test.cpp
+21-15libc/test/src/__support/wchar/CMakeLists.txt
+30-0libc/src/__support/wchar/character_converter.h
+19-2libc/test/UnitTest/LibcTest.cpp
+281-1573 files not shown
+296-1579 files

OPNSense/plugins 214c8bcnet/frr/src/opnsense/service/templates/OPNsense/Quagga/Config sa_policies.conf

net/frr: sa_policies guard better against incomplete policies as they make the entire set fail
DeltaFile
+2-1net/frr/src/opnsense/service/templates/OPNsense/Quagga/Config/sa_policies.conf
+2-11 files