https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93660
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:3e34bdeaf3b9c294fa8a2b15d5efc866f377b264 commit r10-9543-g3e34bdeaf3b9c294fa8a2b15d5efc866f377b264 Author: Tobias Burnus <tob...@codesourcery.com> Date: Tue Mar 23 15:45:36 2021 +0100 Fortran: Fix func decl mismatch [PR93660] gcc/fortran/ChangeLog: PR fortran/93660 * trans-decl.c (build_function_decl): Add comment; increment hidden_typelist for caf_token/caf_offset. * trans-types.c (gfc_get_function_type): Add comment; add missing caf_token/caf_offset args. gcc/testsuite/ChangeLog: PR fortran/93660 * gfortran.dg/gomp/declare-simd-coarray-lib.f90: New test. (cherry picked from commit 212f4988f37ccf788c8c72b1dc952980bc9be3b7)