From 4baceb938be094d87fc2dabf3ae301dd6caae2ec Mon Sep 17 00:00:00 2001 From: Martin Uecker Date: Mon, 30 Mar 2026 14:38:05 +0200 Subject: [PATCH 1/2] c23 improved tag compatibility https://godbolt.org/z/sEPq84jW6 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..ceb3807 100644 --- a/features_c23.yaml +++ b/features_c23.yaml @@ -305,6 +305,11 @@ features: - Clang 12 (partial) - MSVC 14.39 - Xcode 14 + - desc: "Improved tag compatiblity" + paper: N3037 + support: + - GCC 14 + - clang 21 (partial) - desc: "Storage-class specifiers for compound literals" paper: N3038 support: From 020bc945394f909d0c9c5cc84ca853a7d1adc948 Mon Sep 17 00:00:00 2001 From: Martin Uecker Date: Mon, 30 Mar 2026 14:54:46 +0200 Subject: [PATCH 2/2] Fix typo in Clang compatibility entry Signed-off-by: Martin Uecker --- features_c23.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features_c23.yaml b/features_c23.yaml index ceb3807..528cfd8 100644 --- a/features_c23.yaml +++ b/features_c23.yaml @@ -309,7 +309,7 @@ features: paper: N3037 support: - GCC 14 - - clang 21 (partial) + - Clang 21 (partial) - desc: "Storage-class specifiers for compound literals" paper: N3038 support: