[clang] [clang] Report erroneous floating point results in _Complex math (PR #90588)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 6 06:56:18 PDT 2024


tbaederr wrote:

> Out of curiosity, why are they not using `__builtin_complex` as requested?

I started out replacing a lot of those expressions with `__builtin_complex` but ended up just creating a variable for it so the lines don't get too unwieldy. But then I naturally just used an initlist instead of  `__builtin_complex`.


https://github.com/llvm/llvm-project/pull/90588


More information about the cfe-commits mailing list