On 7/19/25 20:40, Jerry D wrote:

Yes, this is why we need additional testers.

For those who need some guidance to the test branch:

$ git clone git://gcc.gnu.org/git/gcc.git

$ cd gcc
$ git checkout remotes/origin/devel/gfortran-test
$ git switch -c gfortran-test

If you already have an existing clone of the gcc git repository, you have to perform:

git fetch --all

to see the gfortran-test branch.

After that, I was able to do

git worktree add ../coarray_native devel/coarray_native

which made it look like any other worktree local to the gcc git repository.

Here are my first build and test runs:

https://gcc.gnu.org/pipermail/gcc-testresults/2025-July/853295.html

Kind regards,

--
Toon Moene - e-mail: t...@moene.org - phone: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands

Reply via email to