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

            Bug ID: 101660
           Summary: FAIL: gfortran.dg/bind_c_array_params_3.f90
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

In a recent x86_64 build I see a number of failures in the gfortran test suite:

   FAIL: gfortran.dg/bind_c_array_params_3.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_10.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_11.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_12.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_15.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_16.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_17.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_18.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_1.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_3.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_5.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_6.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_7.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_8.f90 (6: -12)
   FAIL: gfortran.dg/ISO_Fortran_binding_9.f90 (6: -12)
   FAIL: gfortran.dg/iso_fortran_binding_uint8_array.f90 (6: -12)
   FAIL: gfortran.dg/pr93524.f90 (6: -12)
   FAIL: gfortran.dg/PR94327.f90 (6: -12)
   FAIL: gfortran.dg/PR94331.f90 (6: -12)

The failures have also been reported here:
https://gcc.gnu.org/pipermail/gcc-testresults/2021-July/709815.html

Most (all?) of the failures are due to:

gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c:8:10: fatal error:
ISO_Fortran_binding.h: No such file or directory
compilation terminated.
compiler exited with status 1
FAIL: gfortran.dg/bind_c_array_params_3.f90   -O0  (test for excess errors)
Excess errors:
gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c:8:10: fatal error:
ISO_Fortran_binding.h: No such file or directory
compilation terminated.

UNRESOLVED: gfortran.dg/bind_c_array_params_3.f90   -O0  compilation failed to
produce executable

Reply via email to