[Issue 19159] `alloca` does not work in -betterC

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19159

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 19159] `alloca` does not work in -betterC

2018-09-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19159

Jonathan Marler  changed:

   What|Removed |Added

 CC||johnnymar...@gmail.com

--


[Issue 19159] `alloca` does not work in -betterC

2018-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19159

Seb  changed:

   What|Removed |Added

 CC||greensunn...@gmail.com

--


[Issue 19159] `alloca` does not work in -betterC

2018-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19159

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #1 from Walter Bright  ---
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.

--


[Issue 19159] `alloca` does not work in -betterC

2018-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19159

Mike Franklin  changed:

   What|Removed |Added

   Keywords||betterC

--


[Issue 19159] `alloca` does not work in -betterC

2018-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19159

Mike Franklin  changed:

   What|Removed |Added

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

--