From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE8213858D35; Tue, 28 Jul 2020 10:32:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE8213858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595932370; bh=gQIUHxW5lBjh+oBkwPOAc7sOQyj9IWo6KMnwva8pcDM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F8fK2Mk2niVm5n4CvoKwow7SvQzcS2zwgy2sM/uXP7E1oBPmzMsVJIposXNTTlg1E m4wv46gmnJUXI5ma6+WZiBrd46rg9Pt6/bTZZ2N6SVF39oSbUGlOACBhFcCLno9f1E rUjyIO+2DXYXfwkgA20LlSmwzA4xeR/i7VHIw+uA= From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/96320] gfortran 8-10 shape mismatch in assumed-length dummy argument character array Date: Tue, 28 Jul 2020 10:32:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: pault at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2020 10:32:50 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96320 --- Comment #16 from Dominique d'Humieres --- > Bother - I left the diagnostic line in the patch: > > + gfc_warning_now (0, "s1 %i s2 %i \n", s1->as->type, s2->as->type); > >Sorry about that What I guessed, but I still see (not new) /opt/gcc/work/gcc/testsuite/gfortran.dg/whole_file_23.f90:18:32: 18 | pure integer function lensum (words, sep) | 1 Warning: Interface mismatch in global procedure 'lensum' at (1): Shape mism= atch in argument 'words'=