From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B9AF3858C50; Wed, 19 Apr 2023 09:31:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B9AF3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681896685; bh=S5Xse5aLaS2EvkcmD1j4Xp73zGTy5jzx4L535g38CeA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TWJAqtJep54qgvBEnA3ktM9el9MttIlwmiOiirNaYRgk+t0Q4Wgr6BWST5J7xvLJK mjPoB+JbJVVXaTPJ9FTSX8GxS4BlGp7qwKQUvukLnIs4oKN2CUnZbGRcAw5ifkGAD2 e35d0P5G/aRoGvyrIzcZK24gxD05y5mV/jYSUr+o= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/100815] [10/11 Regression] Segfault assigning to scalar allocatable polymorphic LHS since r11-6253-gce8dcc9105cbd404 Date: Wed, 19 Apr 2023 09:31:24 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org 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: short_desc 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=3D100815 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11/12/13/14 Regression] |[10/11 Regression] Segfault |Segfault assigning to |assigning to scalar |scalar allocatable |allocatable polymorphic LHS |polymorphic LHS since |since |r11-6253-gce8dcc9105cbd404 |r11-6253-gce8dcc9105cbd404 --- Comment #5 from Martin Li=C5=A1ka --- It's fixed on master with r12-3897-g00f6de9c691195.=