From b57f2c7eb87217c090e44eca49634e2b29aeb105 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 29 Jan 2024 12:07:28 +0100 Subject: [PATCH] update the minimum gcc/clang version with C17 support c17 option added in gcc 8: https://gcc.gnu.org/onlinedocs/gcc-8.5.0/gcc/Standards.html released in 2018: https://gcc.gnu.org/releases.html c17 officially supported in clang 6: https://clang.llvm.org/c_status.html released in 2018: https://releases.llvm.org/ --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 591efc1603..fb75f12779 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ Platform support changes: - macOS 10.11 or later - iOS 9 or later - Android 4.1.x or later (API-16) - - GCC 5.0 or Clang 3.4 (or equivalent) + - GCC 8.0 or Clang 8 (or equivalent) * Windows on ARM is now supported * Universal Windows is only supported for Windows 10 (not Windows 8 anymore)