[Issue 24187] dmd ImportC: cmathcalls.h(55): Error: illegal type combination

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 30 05:50:49 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=24187

--- Comment #8 from Walter Bright <bugzilla at digitalmars.com> ---
The two lines:

extern _Complex _Float32 cacosf32 (_Complex _Float32 __z) __attribute__
((__nothrow__ , __leaf__)); extern _Complex _Float32 __cacosf32 (_Complex
_Float32 __z) __attribute__ ((__nothrow__ , __leaf__));

extern _Complex _Float32x cacosf32x (_Complex _Float32x __z) __attribute__
((__nothrow__ , __leaf__)); extern _Complex _Float32x __cacosf32x (_Complex
_Float32x __z) __attribute__ ((__nothrow__ , __leaf__));

Thanks, this reproduces the problem.

--


More information about the Digitalmars-d-bugs mailing list