From ee45d846596d9132a36a016e559264f7b9c96d49 Mon Sep 17 00:00:00 2001 From: Martin Uecker Date: Mon, 30 Mar 2026 14:15:52 +0200 Subject: [PATCH] gcc supports C23 empty initializers fully https://godbolt.org/z/c65f1shx1 Signed-off-by: Martin Uecker --- features_c23.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features_c23.yaml b/features_c23.yaml index 240aa98..d118847 100644 --- a/features_c23.yaml +++ b/features_c23.yaml @@ -205,12 +205,10 @@ features: paper: N2900 content: c-empty-init.md support: - - GCC 13 (partial) + - GCC 13 - Clang (partial) - Xcode (partial) hints: - - target: GCC 13 - msg: "Supported as an extension. Missing support for scalars and variable-length arrays (VLAs)." - target: Clang msg: "Supported as an extension. Missing support for scalars and variable-length arrays (VLAs)." - target: Xcode