Re: Strange compile error with math.h for 42

2025-01-27 Thread Andrei Radchenko
Hello, Fedora tooling got changed [1] , probably something to do with the new gcc15. Andrei [1] https://fedoraproject.org/wiki/Changes/GNUToolchainF42 On Sun, Jan 26, 2025 at 3:48 PM Ron Olson wrote: > Hey all- > > I’m trying to fix build failures for swift-lang on F42 and while I’ve > fixed

Strange compile error with math.h for 42

2025-01-26 Thread Ron Olson
Hey all- I’m trying to fix build failures for swift-lang on F42 and while I’ve fixed a number of places where wasn’t explicitly defined, I’m now getting a strange compile error regarding math.h and cmath that I can’t reproduce outside of a full build: ``` 54 | #if __has_include() 55 | #in