On Mon, 13 Jun 2022, 18:12 Wileam Yonatan Phan, <wilea...@outlook.com> wrote:
> > > Yes, you are correct that the script currently uses the tip of the > `releases/gcc-[version]` branches. Is that not the same as using the > published > tarballs on the FTP server? No. I _do_ notice that these branches only get pushed > whenever a minor version or a patchlevel is released. > For the gcc-12 branch, it currently changes several times a week: https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/releases/gcc-12 Releases only happen every few months, and even snapshots from the branch happen only once a week. Your config file uses the tip of the branch, which is not the "latest GCC 12 release" as it claims. It's something different depending when you happen to run the script, not a release. The latest GCC 12 release would be the releases/gcc-12.1.0 tag in Git. >