From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E93C6385C421; Fri, 30 Sep 2022 11:43:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E93C6385C421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664538189; bh=7QJB9j/m4x/T0NE50zx1DnmISN2aKndgR4nz5qoMANc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VmB9L43NI7VgKMhLADQ0c4czydeAYCVEqhw0laTp8d4ty2AO4wKD3+zvRmNro3b3P X+4qxFdAzqCJ0OdPUW/lmqomR8XemMZ2qNChoziKuf5H2EUKeUq66JgcstQZ3VhPhO 8ot3b3SVIfhelYzvcCgeLNQXSIyJF9L2gzsXFM0s= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107095] gcc.dg/vect/vect-89.c gets miscompiled by DSE Date: Fri, 30 Sep 2022 11:43: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: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D107095 --- Comment #2 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:44510e44e717d9c05b0c5d197a73676a9427e32f commit r13-2981-g44510e44e717d9c05b0c5d197a73676a9427e32f Author: Richard Biener Date: Fri Sep 30 12:47:22 2022 +0200 tree-optimization/107095 - fix typo in .MASK_STORE DSE handling We were using the size of the mask argument rather than the data argument for the ao_ref. PR tree-optimization/107095 * tree-ssa-dse.cc (initialize_ao_ref_for_dse): Use data arg for .MASK_STORE size.=