Extended Description
For the code:
#include
double t1(double n) {
return std::pow(n, -0.0);
}
clang (trunk, 8.0) crashes with the follworing message: https://pastebin.com/w7nVhwtu
clang 7.0 and below works fine.
Godbolt playground: https://godbolt.org/z/aRbTH0