[Issue 22469] New: DWARF: some debug info types are named wrongly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 2 01:47:52 UTC 2021
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: nobody at puremagic.com
Reporter: contact at lsferreira.net
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.
--
More information about the Digitalmars-d-bugs
mailing list