From 1983a5f91617c4fce1d7ccbe3c2fdda28dcf4402 Mon Sep 17 00:00:00 2001 From: Martin Uecker Date: Mon, 30 Mar 2026 14:25:59 +0200 Subject: [PATCH] C23: Add compatibility entry for pointers to arrays Signed-off-by: Martin Uecker --- features_c23.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/features_c23.yaml b/features_c23.yaml index 240aa98..11af42e 100644 --- a/features_c23.yaml +++ b/features_c23.yaml @@ -121,6 +121,11 @@ features: msg: "Only `_Float16` is supported." - target: Xcode msg: "Only `_Float16` is supported." + - desc: "Compatibility of Pointers to Arrays with Qualifiers" + paper: N2607 + support: + - GCC 5 + - Clang 3 - desc: "Digit separators" paper: N2626 content: c-digit-separators.md