From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE00138A9082; Sun, 20 Nov 2022 04:35:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE00138A9082 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668918909; bh=XUm+DJiTVeI9aCckdjffFO6ql2cp0CvrGtlhEYXlPgw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ed3HpzemH3EJFQqqNijZL4Bmr0COTYfwr8btfnBK51LvRIcPteaztZf+jloWu8y1i +V/f/UZdFwHX6saFrWZNB4TFTvq8dBb5jU2nBfCRMNktiS/0b49kyBK9y2KOjfmwPo aoqHxlo1KzdtC6g/SA3WVaTOFsZ+PPMmpM9nG1BE= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/91470] [10/11/12 Regression] bogus uninitialized warning in trans-intrinsic.c Date: Sun, 20 Nov 2022 04:35:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jeffreyalaw at gmail dot com X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D91470 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11/12/13 Regression] |[10/11/12 Regression] bogus |bogus uninitialized warning |uninitialized warning in |in trans-intrinsic.c |trans-intrinsic.c --- Comment #9 from Jeffrey A. Law --- Seems to be fixed on the trunk so removing 13 regression marker. Leaving others, though I doubt backporting the changes to fix this is likely to hap= pen.=