https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121043

--- Comment #17 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Starting with a completely empty build directory and a fresh build of
gcc/gfortran-16 I used the following invocation of cmake.

$ cmake ../OpenCoarrays/ -DCMAKE_C_COMPILER=/home/jerry/dev/usr/bin/gcc
-DCMAKE_CXX_COMPILER=/home/jerry/dev/usr/bin/c++
-DCMAKE_Fortran_COMPILER=/home/jerry/dev/usr/bin/gfortran

>From the build directory itself:

$ make
...
[ 98%] Generating issue-700-allow-multiple-scalar-dim-array-gets
[ 98%] Built target build_issue-700-allow-multiple-scalar-dim-array-gets
[ 99%] Generating issue-515-mimic-mpi-gatherv
[ 99%] Built target build_issue-515-mimic-mpi-gatherv
[100%] Generating issue-762-mpi-crashing-on-exit
[100%] Built target build_issue-762-mpi-crashing-on-exit

$ make test
...
92/92 Test #92: style:/home/jerry/dev/OCbuild/bin/cafrun .........   Passed   
0.00 sec

93% tests passed, 6 tests failed out of 92

Total Test time (real) = 154.44 sec

The following tests FAILED:
         20 - teams_coarray_send (Failed)
         21 - teams_coarray_send_by_ref (Failed)
         22 - teams_coarray_sendget (Failed)
         27 - test_teams_1 (Failed)
         32 - send_convert_char_array (Failed)
         89 - issue-654-send_by_ref_rank_2 (Failed)

>From the source directory which is ../OpenCoarrays: Pulled before all of the
above.
$ git status
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

Reply via email to