Go Your Own Way (Part One: The Stack)

Steven Schveighoffer via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Jul 7 13:33:52 PDT 2017


On 7/7/17 4:10 PM, Walter Bright wrote:
> On 7/7/2017 12:38 PM, Steven Schveighoffer wrote:
>> Which would mean that the lack of alloca prototype on Windows is a 
>> straight up bug (the fact that you can just add the declaration and it 
>> works is pretty good proof).
> 
> It's in core.stdc.stdlib
> 

Since it's an intrinsic (as confirmed by you), maybe we can just drop 
the version conditions? The compiler will always generate it, regardless 
of C lib, right? I'll do the PR if you agree (just want to make sure I 
understand your statements about it).

-Steve


More information about the Digitalmars-d-announce mailing list