https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91640
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:9aa61202d2d2f54b3eca473f78b7494c1e67c3c0 commit r9-9190-g9aa61202d2d2f54b3eca473f78b7494c1e67c3c0 Author: Tobias Burnus <tob...@codesourcery.com> Date: Sat Jan 4 08:19:51 2020 +0000 [Fortran] PR91640 รข Fix call to contiguous dummy gcc/fortran/ PR fortran/91640 * trans-expr.c (gfc_conv_procedure_call): Avoid copy-out for nonvariable arguments to contiguous dummy args. Avoid re-checking whether fsym is NULL. gcc/testsuite/ PR fortran/91640 * gfortran.dg/contiguous_10.f90: New. (cherry picked from commit 9b9623194bf17328bc03e09b043149adf4fb0f9a)