From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF5AE3858D28; Sat, 23 Mar 2024 21:01:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF5AE3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711227664; bh=NCKJSn37mMmVQFxOBVTgTvBRoAm1c8txPBB143ZCTe4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qmcmjpZNLrdigaI2qoCn+j7YyLmfAVlpPoLMV2XiB1D1V/HURMpbyULY63cpsKji4 GwJnmT27eTO1DLSLuAPF0ycdrQbSH/xRMTFmoctuAfYfBF0apF/6Uu6seGigoIKGFg XumO8zLAXVP58hUnhNkcNiHB9teXSqXnQdoMtn4w= From: "marcel.jacobse at ewetel dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/101135] Load of null pointer when passing absent assumed-shape array argument for an optional dummy argument Date: Sat, 23 Mar 2024 21:01:04 +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: 11.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marcel.jacobse at ewetel dot net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: anlauf at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D101135 --- Comment #10 from Marcel Jacobse --- Great, already working on compiler explorer with gfortran (trunk). Thanks a lot!=