mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-28 02:23:13 +01:00
6a7772857808265e44b6d380acd0b7db55fb5602
4389 ICE(constfold.c) or wrong code: string~=dchar in CTFE Was failing on D1 because dchar, wchar implicitly convert to char, even if they don't fit. So we need to check for array~char BEFORE we check for implicit conversion.
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%