From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8611D386F400; Tue, 18 Aug 2020 19:00:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8611D386F400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597777235; bh=fNRUfdxX/cpYh71gA2S56vjhaPlF11HY4rc9ysjwjx4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PsJFK1NRDSFnGjEQLDaAXRnJmRmNdmV//Psw46tl36sStm2NGEZUfs+LgnzobPjl3 jKZJRbncfU+6fJCVJHF9wbxAnsIuad3IKpRRN+H3pGYNj38zN54Nlsyts6g7ERgEmw 1G/eGkwhAEZZqvXCZH18UTgaSWhr/+ZgS2S10t3Q= From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/96665] [11 regression] memcmp of a constant string not folded Date: Tue, 18 Aug 2020 19:00:35 +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: 11.0 X-Bugzilla-Keywords: missed-optimization, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: msebor at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status short_desc target_milestone 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: Tue, 18 Aug 2020 19:00:35 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96665 Martin Sebor changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Summary|[11 regression] new FAILs |[11 regression] memcmp of a |for gcc.dg/strlenopt-55.c |constant string not folded |after r11-2709 | Target Milestone|--- |11.0 --- Comment #4 from Martin Sebor --- Fixed in r11-2743.=