From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5025B3890403; Mon, 13 Jul 2020 17:35:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5025B3890403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594661718; bh=UOrG8mvRtsjLMwjijNQXMegdCPWQey24Oo36dj4NgVQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c3T1VvoF3IlPxeZ/W1FGrGAKX75ACDouxnhrMuBs0kus/mmjNVvXAA/Gml6hpg/0c gXiG0viBE29h1c3QauKxwFbDGrcbFI4kLET4WdzLU9k+FN04ndlRr8kbO0sE2BhPdw THz+xREUEP6TdqxCF08YWlEGUL3qswzngJDDfEsM= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95443] cmpstrnqi patterns update string length Date: Mon, 13 Jul 2020 17:35:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com 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: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone bug_status resolution 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2020 17:35:18 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95443 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.0 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from H.J. Lu --- Fixed for GCC 11.=