From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E6313858284; Fri, 3 Feb 2023 14:03:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E6313858284 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675433025; bh=x6NbkEKj5wtKmbBuNpHakQf5zckcSgG5e5zJSUlPzJ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s91W0GqcXshcPdKJzBNsmWcSWEe66RSBUFvYPVP186erHJJ/LTNY6WFX+uNzDyWKY RxCW0n1irlOBHQDK9Cf1lI+2MoIrZRtJfPzqQqSQFdLmTEjXP2drYy+cg0t7OdtjKa gVsE6TkM0YXalvc25hkLwcVmDIQ64Z2WYAiSS0yI= From: "vladimir.fuka at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/89925] [10/11/12/13 Regression] Wrong array bounds from ALLOCATE with SOURCE or MOLD Date: Fri, 03 Feb 2023 14:03:44 +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: 9.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: vladimir.fuka at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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=3D89925 Vladimir Fuka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vladimir.fuka at gmail dot= com --- Comment #9 from Vladimir Fuka --- Was this bug fixed? It seems to work correctly in 12.2.1 but incorrectly in= =20 11.3.0 (OpenSUSE builds). It is a major problem and the fix would very much be worth backporting to maintained versions.=