sourceryinstitute / ISO_Fortran_binding

C/Fortran interoperability library
BSD 3-Clause "New" or "Revised" License
17 stars 0 forks source link

Defect: allow building new C tests for iso_fortran_binding.h with clang #4

Closed rouson closed 6 years ago

rouson commented 6 years ago

This issue replaces OpenCoarrays issue 548.

Defect/Bug Report

Build fails with clang due to non-standard C. Please see homebrew issue comment 393709839 .

Observed Behavior

Compilation with clang causes the build to fail.

Expected Behavior

compilation should succeed with any standards-conforming C compiler

Steps to Reproduce

CC=clang FC=gfortran cmake ..
rouson commented 6 years ago

Closing. See comment 408882083