Displaying 2 results from an estimated 2 matches for "isgreaterequal".
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
.../include/cmath:315:9: error: '::isnormal' has not been declared
using ::isnormal;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:316:9: error: '::isgreater' has not been declared
using ::isgreater;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:317:9: error: '::isgreaterequal' has not been declared
using ::isgreaterequal;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:318:9: error: '::isless' has not been declared
using ::isless;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:319:9: error: '::islessequal' has not been declared
using...
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
Greetings!
I have been building llvm-3.6.x, 3.7.1 and 3.7.2 with (glibc-2.12.1, binutils-2.24, gcc-4.9.2) almost same set if CMake flags.
However while building LLVM-3.8.0 using same CMake flags I am observing projects/libcxx/include/cmath errors...
...'::signbit' has not been declared
...'::fpclassify' has not been declared
...'::isfinite' has not been declared
...