From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69288385AFBD; Thu, 27 Jul 2023 10:36:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69288385AFBD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690454219; bh=aFmKrdITpq5dW4JxFzhVa91MoLE8lmVK7KUg2MtF4Zw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H5Xs3rbK84ppD7M49/uVMHPSumhi6/dBC3gOfnRVl47oYLz6X5uBJwFMvYsE4GZr8 xk5rq+guLpFiEAfPdgovsT2LeO77RldJ6Gx/QLESs/onYe9piz8YMTqHVx/UTygZG0 6PQwJyRIgIfEJzptxcXCXLU8RqwGgafw36lolQZ8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110829] [13/14 Regression] FAIL: gcc.dg/pr56837.c scan-tree-dump-times optimized "memset ..c, 68, 16384.;" 1 Date: Thu, 27 Jul 2023 10:36:59 +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.1.0 X-Bugzilla-Keywords: xfail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D110829 --- Comment #2 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:41482832ad0aeaa0e4ae2f8d2beff17023cd00bf commit r14-2816-g41482832ad0aeaa0e4ae2f8d2beff17023cd00bf Author: Richard Biener Date: Thu Jul 27 12:34:34 2023 +0200 XFAIL parts broken deliberately by r13-1762-gf9d4c3b45c5ed5 The following XFAILs recognizing a complex store as memset. PR tree-optimization/110829 * gcc.dg/pr56837.c: XFAIL part of the testcase.=