Thread overview
[Issue 19159] `alloca` does not work in -betterC
Aug 12, 2018
Mike Franklin
Aug 12, 2018
Mike Franklin
Aug 14, 2018
Walter Bright
Aug 15, 2018
Seb
Sep 07, 2018
Jonathan Marler
Dec 17, 2022
Iain Buclaw
August 12, 2018
https://issues.dlang.org/show_bug.cgi?id=19159

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=18788

--
August 12, 2018
https://issues.dlang.org/show_bug.cgi?id=19159

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |betterC

--
August 14, 2018
https://issues.dlang.org/show_bug.cgi?id=19159

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
alloca() works by calling a compiler-specific function to implement it. This
means it has to be customized for each supported C compiler. Currently for dmd,
this has only been done for dmc (Win32).

Whether it's standard C or not, functions that are in the corresponding compiler's stdlib.h should be in core.stdc.stdlib.

--
August 15, 2018
https://issues.dlang.org/show_bug.cgi?id=19159

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--
September 07, 2018
https://issues.dlang.org/show_bug.cgi?id=19159

Jonathan Marler <johnnymarler@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johnnymarler@gmail.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19159

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 13
https://issues.dlang.org/show_bug.cgi?id=19159

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19477

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--