Skip to content

Conversation

sisyphus
Copy link
Contributor

@sisyphus sisyphus commented Sep 28, 2025

This PR , in conjunction with (the already merged) #23703, will define $Config{i_stdckdint} and I_STDCKDINT on Windows builds of perl whenever stdckdint.h is locatable and functional.

It currently applies only to mingw-built perls. (Microsoft compilers do not yet provide stdckdint.h and I could find nothing to suggest that they ever will.)

Hence, with this PR. stdckdint.h will be included only if perl on Windows is built using gcc-14 or later && $Config{cc} is gcc.
(I don't know if anyone builds perl on Windows with g++, but according to my testing stdckdint.h is non-functional on Windows when the compiler is g++.)


  • This set of changes does not require a perldelta entry.

…atable && functional.

For more info and context, see:
Perl#23703
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant