From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41F403858D3C; Mon, 9 Jan 2023 10:04:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41F403858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673258651; bh=r4uhHugv7sPHXGFXFnf4G24pHhR/QROQBqIKANrfcMw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=F7M3EzxOTtlsJMT14F/HHR3lb7dKE5v7pALbuHLZ+7DlAsE0+PlFrRGAAcL8Fb6gR xoERQDuSfT+JRMd1MZTEiwG9enzxFXCQSI+p6JnRvGfomLS/L3vg2Dq8yz9GXjfMp7 aUGEZaHj42jWZfSEr1WBmRc+oi3+873R4KHIDMzA= From: "rguenth 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: Mon, 09 Jan 2023 10:04: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: rguenth 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: 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 --- Comment #12 from Richard Biener --- OK, so better optimization.=