https://issues.dlang.org/show_bug.cgi?id=22469
Issue ID: 22469
Summary: DWARF: some debug info types are named wrongly
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
The following types are named wrongly on the exported debug info:
wchar_t -> wchar
long double -> real
_Bool -> bool
long long -> long
uint long long -> ulong
imaginary float -> ifloat
imaginary double -> idouble
imaginary long double -> ireal
complex float -> cfloat
complex double -> cdouble
complex long double -> creal
These types should match the correct frontend language.
--