https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114878
Bug ID: 114878
Summary: GCC fails with an error on armv7: use of built-in
trait '__remove_cvref(_InIter1)' in function
signature; use library traits instead
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114652
Bug ID: 114652
Summary: g++ fails to compile the ceres-solver-2.2.0 project:
error: use of built-in trait '__remove_cvref(_Tp)' in
function signature; use library traits instead
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110746
--- Comment #7 from Yuri ---
gcc-13 has the same problem.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110746
--- Comment #6 from Yuri ---
FAILED:
src/plugins/score-plugin-avnd/CMakeFiles/score_plugin_avnd.dir/__/__/__/midiscaler_avnd.cpp.o
/usr/local/libexec/ccache/g++13 -DBOOST_ASIO_DISABLE_CONCEPTS=1
-DBOOST_MATH_DISABLE_FLOAT128=1 -DBOOST_NO_RTTI=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110746
--- Comment #4 from Yuri ---
This happens during the build of the Ossia Score project:
https://github.com/ossia/score
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110746
--- Comment #1 from Yuri ---
OS: FreeBSD 13.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110746
Bug ID: 110746
Summary: gcc-12 fails: sorry, unimplemented: PCH allocation
failure
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106328
Bug ID: 106328
Summary: Build doesn't respect -j N flag
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
--- Comment #7 from Yuri ---
fpu-387.h is in the gcc10 source tree:
> $ find . -name "fpu-*"
> ./work/gcc-10.3.0/libgfortran/config/fpu-generic.h
> ./work/gcc-10.3.0/libgfortran/config/fpu-sysv.h
> ./work/gcc-10.3.0/libgfortran/config/fpu-glibc.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
--- Comment #5 from Yuri ---
config.log doesn't contain the IEEE string even on amd64.
libgfortran/configure.host seems to only enable IEEE modules on i?86 | x86_64
architectures through this code:
> case "${host_cpu}" in
> i?86 | x86_64)
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
--- Comment #3 from Yuri ---
On amd64 gcc installs the file finclude/ieee_arithmetic.mod and on aarch64 this
file isn't installed.
What is installed is defined by the gcc build process.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
--- Comment #2 from Yuri ---
intrinsic::ieee_arithmetic works fine on amd64/i386 architectures on the same
OS.
What do you think is missing/wrong in the OS that causes it?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
Bug ID: 100662
Summary: intrinsic::ieee_arithmetic fails on aarch, powerpc
architectures on FreeBSD
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity:
13 matches
Mail list logo