autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] Making MSVC/clang-cl succeed AC_PROG_CC C11 discovery


From: Antonin Décimo
Subject: [PATCH 0/3] Making MSVC/clang-cl succeed AC_PROG_CC C11 discovery
Date: Wed, 24 Apr 2024 15:59:22 -0300

Dear maintainers,

Autoconf is just a few patches away from being able to recognize and
enable MSVC C11 support. This patch series implements ideas I've previously 
exposed to the mailing list, at
https://lists.gnu.org/archive/html/autoconf/2024-04/msg00000.html

Best regards,
Antonin


Antonin Décimo (3):
  Support MSVC -std:c11 option to enable its C11 support
  MSVC doesn't define __STDC__ by default
  Don't test variable-length array by default

 lib/autoconf/c.m4 | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

-- 
2.44.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]