From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 91E81385E444; Fri, 24 Jul 2020 16:47:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91E81385E444 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595609278; bh=018ExO3lIcfPGzkx2hdC1oAyGfpylvl3EdYwCgBsZYA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nLaVJOUJCH3avHr5vDYhvQtm0S0431SiecgjnpNTLQ3xKIOpE+6whevrYzYFHCUa7 na3n3BPBosS5cUBRHriW2iOqlfVadgT7KKkOIUp/Y+sXh2d9iTLC8aZ30xODMKRb8t lsQsBuDn48ru06eazBKJyCX1c98exqop/LLyv1W4= From: "tkoenig at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/77504] [8/9/10/11 Regression] "is used uninitialized" with allocatable string and array constructors Date: Fri, 24 Jul 2020 16:47:58 +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: unknown X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: tkoenig 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: 8.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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2020 16:47:58 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D77504 --- Comment #21 from Thomas Koenig --- (In reply to Tiziano M=C3=BCller from comment #19) > I have yet another (more complicated) case, but this time not reproducible > with gcc-7.5, only with 9 and 10: This is a different issue. I have opened PR 96312 for this.=