mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 13:23:14 +01:00
2c0f68b5d2035e013cad172cb48ca4b4501e7118
5248 CTFE Segfault when calling a function on an enum struct Fix the D1 version of this bug, which causes a stack overflow rather than a segfault: compiler inserts assert(this, "null this") whereas for D2 it is assert(&this, "null this")
LLVM D Compiler (LDC) This compiler is based on the Digital Mars D (DMD) compiler frontend, and the LLVM compiler toolkit. See LICENSE for licensing information. For more information, including build instructions, visit the LDC website: http://www.dsource.org/projects/ldc
Description
Languages
C
75.2%
C++
23.2%
D
0.7%
CMake
0.6%
Shell
0.2%