From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2471C3853D06; Tue, 20 Jun 2023 07:48:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2471C3853D06 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687247314; bh=Dv/eAVqngU1erqXQbWaTKYYTzWFwwoRaUAFm4cfKYZ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GRayEcAlW+UbXbK64YirggZGm0g5EAb794OqQGZygWaqYcH6rU46HSm0MXRnC2iC/ 9a+wkd+fDHVyYreYLqBSTwX38hdWhWfOWIasfe8Q+EiXjgPYHwmll8F6v1QcYW3e3V LXaxR7e5p7BtSBAlEaaOULLmgMLkGWSqba/lUxTs= From: "juergen.reuter at desy dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110311] [gfortran 14.0 regression] Date: Tue, 20 Jun 2023 07:48:33 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: juergen.reuter at desy dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D110311 J=C3=BCrgen Reuter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anlauf at gmx dot de --- Comment #2 from J=C3=BCrgen Reuter --- Actually, it could have been this commit here: 2023-06-13 Harald Anlauf Mikael Morin PR fortran/86277 * trans-array.cc (gfc_trans_allocate_array_storage): When passing a zero-sized array with fixed (=3D non-dynamic) size, allocate tempor= ary by the caller, not by the callee.=