From bdcbac47581410108362d9769aa1f598a6fb41e1 Mon Sep 17 00:00:00 2001 From: Martin Uecker Date: Mon, 30 Mar 2026 15:15:35 +0200 Subject: [PATCH] C2Y: GCC support for removing imaginary types Signed-off-by: Martin Uecker --- features_c2y.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features_c2y.yaml b/features_c2y.yaml index 9eeb3fd..60f0dc8 100644 --- a/features_c2y.yaml +++ b/features_c2y.yaml @@ -51,8 +51,14 @@ features: - desc: "Remove imaginary types" paper: N3274 support: + - GCC - Clang - Xcode ? + hints: + - target: GCC + msg: "GCC has never supported imaginary types." + - target: Clang + msg: "Clang has never supported imaginary types." - desc: "Floating-point exceptions for macro replacements" paper: N3286