From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6AA32385C6C0; Fri, 19 Jul 2024 16:58:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6AA32385C6C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1721408309; bh=J5AgF0EtcOKMKXN8g8o5hEKgCAGG2bl5yYNXGyEEYCU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cToavd+w1tPQVTUmvn9suUMavYj640nYUm2aTgNMQWHicMs3qwhJrFaRFPWOu+pyl U1MLMqy99/9keRY6FiPBUHPhiT6ZvLbvYObAhGFLDB1e+hb6ywEedyIc58pgTt7YFp LpUCfEDLaVCJMxRmM8qm9Fb+rJsGUEooh9Xy+tYw= 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: Fri, 19 Jul 2024 16:58:28 +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: 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: short_desc 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=3D77504 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13/14/15 Regression] |[12/13/14 Regression] "is |"is used uninitialized" |used uninitialized" with |with allocatable string and |allocatable string and |array constructors |array constructors CC| |pault at gcc dot gnu.org --- Comment #34 from Paul Thomas --- All the tests here except for that in comment 17, which seems to have been fixed previously, are fixed on mainline by the patch for pr108889. Paul=