Hi,
> The first release candidate for GCC 10.1 is available from > > https://gcc.gnu.org/pub/gcc/snapshots/10.1.0-RC-20200430/ > ftp://gcc.gnu.org/pub/gcc/snapshots/10.1.0-RC-20200430 > > and shortly its mirrors. It has been generated from git revision > r10-8080-g591d857164c37cd0bb96da2a293148e01f280e0f. I believe either the snapshot should have been cut as 10.0.1-RC-20200430, as was the case w/ the first GCC 9 RC, or gcc/BASE-VER should have been updated to have 10.1.0 in it just after making a release branch (in which case the instructions in branching.html should be updated too)? Right now an attempt to build this first RC using the Gentoo Portage tooling fails on the following sanity check, which makes sense to me: local actual_version=$(< "${S}"/gcc/BASE-VER) if [[ "${GCC_RELEASE_VER}" != "${actual_version}" ]] ; then eerror "'${S}/gcc/BASE-VER' contains '${actual_version}', expected '${GCC_RELEASE_VER}'" die "Please set 'TOOLCHAIN_GCC_PV' to '${actual_version}'" fi Not a major issue, of course, and could be easily fixed locally.