From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 76C043858C50; Wed, 19 Apr 2023 09:12:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76C043858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681895554; bh=pqIBr6BhTFWP2bLXAz1JtghWqpsXBRyBU+Ak9nad+TU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mxoi4hH0pzUecIzUvNCUDiCmXWWnFVjxF4VdRBPltunCK0DnV1Fmwwy/SAHDo9pZ/ BPXo80Yn14yqpZrP3fg+PZuBz6IHzdX+SKDpmjIgh2Ncb9vrDJCwIsjW9f1y6jWjNn U6z7jQVEYe9K15fhxwZc9IoqSEiLH2HEK5QRy40w= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/100815] [10/11/12/13/14 Regression] Segfault assigning to scalar allocatable polymorphic LHS since r11-6253-gce8dcc9105cbd404 Date: Wed, 19 Apr 2023 09:12:32 +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: pault 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: 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 --- Comment #4 from Paul Thomas --- Hi Martin, This is fixed in 12-branch onwards. I have not been able to find the fix - could you find it, please? I tried comparing the diff in comment #2 with the current head but the differences = in the affected code didn't do the job. Cheers Paul=