https://issues.dlang.org/show_bug.cgi?id=24187
mw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #13 from mw <[email protected]> --- Is this issue really fixed? I just tried the latest dmd which suppose to have the fix, but it still cannot compile s2.i and s7.i: $ dmd --version DMD64 D Compiler v2.106.0-beta.1 $ $ dmd s2.i s2.i(1): Error: illegal type combination s2.i(1): Error: missing comma or semicolon after declaration of `_Float32`, found `cacosf32` instead s2.i(1): Error: illegal type combination s2.i(1): Error: missing comma or semicolon after declaration of `_Float32`, found `__cacosf32` instead s2.i(2): Error: illegal type combination s2.i(2): Error: missing comma or semicolon after declaration of `_Float32x`, found `cacosf32x` instead s2.i(2): Error: illegal type combination s2.i(2): Error: missing comma or semicolon after declaration of `_Float32x`, found `__cacosf32x` instead $ dmd s7.i /usr/include/x86_64-linux-gnu/bits/cmathcalls.h(55): Error: illegal type combination /usr/include/x86_64-linux-gnu/bits/cmathcalls.h(55): Error: missing comma or semicolon after declaration of `_Float32`, found `cacosf32` instead /usr/include/x86_64-linux-gnu/bits/cmathcalls.h(55): Error: illegal type combination /usr/include/x86_64-linux-gnu/bits/cmathcalls.h(55): Error: missing comma or semicolon after declaration of `_Float32`, found `__cacosf32` instead /usr/include/x86_64-linux-gnu/bits/cmathcalls.h(57): Error: illegal type combination ... --
