From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3FF8385C6CF; Mon, 22 Jul 2024 05:43:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3FF8385C6CF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1721627039; bh=kGytemNUkeFZOnatg3OuYPStKuU2+pPEXV5wCYOwzLc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HRudU9pIdfgDmUGee5Hd/MNyn8o15X2rAaL84IDmxRccxva+73GzOzLlDcXeUpr9c PrJ01/TU1RBQeuyodL0M810d8HZZswi1IhCySI13h+HoeiXk/ZRXanDT/WuOsEQzQ8 4DyRZkM16XEB4DXhRtp3iwbX53hEsDACma2SQP24= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/77504] [12/13/14 Regression] "is used uninitialized" with allocatable string and array constructors Date: Mon, 22 Jul 2024 05:43:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_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: 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: 12.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D77504 Bug 77504 depends on bug 106089, which changed state. Bug 106089 Summary: false positives with -Wuninitialized for allocation on = assignment https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106089 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=