mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
e8b3eccd8a
Depending on the host C++ compiler GCC13 fails on riscv configurations with the following error src/gcc/gcc/config/riscv/genrvv-type-indexer.cc:118:30: error: no member named 'log2' in namespace 'std'; did you mean simply 'log2'? elmul_log2 = lmul_log2 - std::log2 (sew / eew); ^~~~~~~~~ log2 /usr/include/c++/v1/math.h:1463:1: note: 'log2' declared here log2(_A1 __lcpp_x) _NOEXCEPT {return ::log2((double)__lcpp_x);} ^ Bring in an upstream fix for the build error. Signed-off-by: Chris Packham <judge.packham@gmail.com> |
||
---|---|---|
.. | ||
4.9.4 | ||
5.5.0 | ||
6.5.0 | ||
7.5.0 | ||
8.5.0 | ||
9.5.0 | ||
10.4.0 | ||
11.3.0 | ||
12.3.0 | ||
13.1.0 | ||
package.desc |