From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 485B23858426; Mon, 14 Nov 2022 11:08:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 485B23858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668424088; bh=FsZhhwardu2Jzi+VdcNraKnwC9tQck/z/tII17wRrMM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Il24nNwjouZA7hatdUAtQD5F2xE19Esr8bSB0A3vk8LvHvC69BPfThsr+sHW5SZPl QOOU8V211byypk8Ov/RlzNsrSiEuvo48AC3a0G7Be+7KC1SkueGMr09PcK4gSBWU21 hQde5mzoaTLoolkagTnmTXYAvukoxFtqT8i6EqM8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107444] ICE on character, value, optional dummy argument Date: Mon, 14 Nov 2022 11:08:07 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: anlauf 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107444 --- Comment #7 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:04e2fd20d3d5fce2c99c856361d5f3d3ce955906 commit r13-4003-g04e2fd20d3d5fce2c99c856361d5f3d3ce955906 Author: Harald Anlauf Date: Sun Nov 13 21:53:58 2022 +0100 Fortran: fix treatment of character, value, optional dummy arguments [PR107444] gcc/fortran/ChangeLog: PR fortran/107444 * trans-openmp.cc (gfc_omp_check_optional_argument): Adjust to change of prefix of internal symbol for presence status to '.'.=