From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6E063858C41; Wed, 17 May 2023 15:05:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6E063858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684335906; bh=E3Nn7vklwuIq59jH2BNzFo1uvpkSSvxdxV+fLTBDX2Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BNEI+L4gzn71689FZDasyGFkzGR2jG36mvDKtk1Cjco62lMEglHa0Z0I2Lrq3v1p6 Ea8UMMMZ29RiW8QWyVykp55fOCEK1R8rcl7x092NZI5khG+az5gzFpYf3qU5upR89o +VbY6g+xmcsEST3Gl/upF0DgCMuWnOjCYMgZwOMc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106900] Regression after memchr optimization Date: Wed, 17 May 2023 15:05:06 +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: 13.0 X-Bugzilla-Keywords: diagnostic, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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=3D106900 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |14.0 Status|ASSIGNED |RESOLVED --- Comment #7 from Andrew Pinski --- Fixed on the trunk; not really worth backporting since it is only an issue = with --enable-werror-always which almost nobody uses.=