dmd icon indicating copy to clipboard operation
dmd copied to clipboard

fix Issue 20688 - Wrong code when linking to C complex number functions

Open WalterBright opened this issue 5 years ago • 5 comments
trafficstars

Settle dispute over whether it works or not :-)

WalterBright avatar Sep 07 '20 22:09 WalterBright

Thanks for your pull request, @WalterBright!

Bugzilla references

Auto-close Bugzilla Severity Description
20688 major Wrong code when linking to C complex number functions

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#11710"

dlang-bot avatar Sep 07 '20 22:09 dlang-bot

Didn't l fix this months ago?

ibuclaw avatar May 30 '21 11:05 ibuclaw

Didn't l fix this months ago?

I don't see how, as it is failing on some platforms!

WalterBright avatar May 30 '21 13:05 WalterBright

See #12073, which tests all complex types on all extern linkages.

ibuclaw avatar May 30 '21 14:05 ibuclaw

Ahh, you're testing Windows. I didn't think that they had complex types.

ibuclaw avatar May 30 '21 14:05 ibuclaw