https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125310
Bug ID: 125310
Summary: gfortran.dg/coarray_51.f90 FAILs without libcaf_shmem
Product: gcc
Version: 17.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: ro at gcc dot gnu.org
CC: jvdelisle at gcc dot gnu.org
Target Milestone: ---
The new gfortran.dg/coarray_51.f90 FAILs on Solaris:
FAIL: gfortran.dg/coarray_51.f90 -O (test for excess errors)
Excess errors:
ld: fatal: library -lcaf_shmem: not found
Unlike gfortran.dg/coarray/caf.exp which checks for the availability of
libcaf_shmem, this test uses it unconditionally.
The lack of that library on Solaris is a combination of two separate bugs
which I'll deal with separately.