From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2F1F538AA270; Sun, 20 Nov 2022 04:16:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F1F538AA270 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668917778; bh=w2xJ/7tISUOy86EImx2s79K5SsrPNs8bHaANkJznrlI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ljXBJRZsh4qKRa3w4mJiCUhuOICeykU7etqbVWcg13mNqvO6jfxpcw4ex9l4Dzhts q7GUvSZ6kkpTSqEFUlucXI7PjwaRdkCGFhqUcuLgfcKsSKtqKOMTlapTvhX+jpDsER Qlf+WewVXs4Qgwk/vDyPlT4hQD4q8wj+Su8N4Nns= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/84078] false positive for -Wmaybe-uninitialized with __asm__ Date: Sun, 20 Nov 2022 04:16:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 8.0.1 X-Bugzilla-Keywords: diagnostic, inline-asm, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D84078 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |law at gcc dot gnu.org --- Comment #3 from Jeffrey A. Law --- Seems to have been fixed on the trunk. Not sure if it was the Aldy's threa= der work or Richi's predicate analysis work. Either is plausible. Just happy = it's fixed.=