Trunk Clang as of this writing leaves an error, but this looks like
it should have been fixed by reverts, no?
…
/gpfs/software/opt/gcc/7.2.0/lib/gcc/powerpc64le-unknown-linux-gnu/7.2.0/…/…/…/…/include/c++/7.2.0/bits/std_abs.h:70:3:
error: declaration conflicts with target of using declaration already in
scope
abs(double __x)
^
Sadly unrelated to recent reverts. This has been broken since May 17, 2019. Differential D62046.
Jon