ARM is one of the supported platforms for compiling and running Bitcoin Core.
Unfortunately, some ARM-related caveats are not documented:
ARM is one of the supported platforms for compiling and running Bitcoin Core.
Unfortunately, some ARM-related caveats are not documented:
How are we affected by the compiler bug? If affected, I hope we have a unit or configure test that fails when compiled with a buggy compiler?
Jup, the warnings can be ignored: https://github.com/bitcoin/bitcoin/blob/137b7a2af1aa3e19e543af68345c6e10dd27a6dc/ci/test/00_setup_env_arm.sh#L18
FWIW I've been using bitcoin core on ARM (both 32 and 64) for years and never had any issues due to that GCC bug. This is a very general C++ bug and I don't think it's our responsibility to document it.
Also: the gitian-built executables are built with gcc 8, so it's fixed there.