[Bug 1895358] Re: [Bug] A simple code including tgmath.h cannot be compiled with icc with Ubuntu 20.04 OS

2022-01-05 Thread James Grey
> I'm starting to suspect that. Note that the bug as filed is with icc, not > clang. Indeed. That's why I wanted to see the fix, I assume some ifdef logic was used, so I could try to apply that fix to my case. But tbh I figured out that my code's include of tgmath.h was extraneous, so I just re

[Bug 1895358] Re: [Bug] A simple code including tgmath.h cannot be compiled with icc with Ubuntu 20.04 OS

2022-01-04 Thread James Grey
I am using the latest libc6-dev, 2.31-0ubuntu9.2. I guess it's possible I ran into the same issue from a different angle, so to speak, and that the fix does not cover my corner case, which is running clang-tidy and clang-sa against clang compiled code. The initial compile works fine but the analys

[Bug 1895358] Re: [Bug] A simple code including tgmath.h cannot be compiled with icc with Ubuntu 20.04 OS

2022-01-04 Thread James Grey
This bug is marked as Fix Released in Focal (20.04) but it is not fixed as of January 22. libc6-dev, the package that provides tgmath.h is still 2.31, and it seems the fix was introduced in 2.32, which is not available on 20.04 repos. -- You received this bug notification because you are a membe