Some of the tests that passed start failing with GCC 9:
- The
smath::exp tests in cmath.cpp
- The
smath::cos tests in trigonometry.cpp
They fail with issues such as the following one:
‘((double)1 + 2.0e+0)’ is not a constant expression
I didn't implement these functions so I'm not sure why they're failing now. @theLOLflashlight any idea why it is failing if you're still around?