From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 618B2385DDE7; Wed, 12 Jun 2024 07:03:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 618B2385DDE7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718175782; bh=iQIiwPcEKbjM5xsG0mloDjrm651ses5FUrwoREZR5ws=; h=From:To:Subject:Date:In-Reply-To:References:From; b=x6hY00RNXVYr5GISXco8+Rubk4lNKlY/ux8puRBa4+fDJBUC6Ycwku/JlmYBksf6z 8w13AxXJHBDOK4qKeT50fy3Po/eVX7glE7p22CPDwBC+D6Xdsh3pPeyfaJpX7e+FgS MUPD52G2DqGm4Iu5sDTs94dYYClwYA5uFzVJgHEk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115382] Wrong code with in-order conditional reduction and masked loops Date: Wed, 12 Jun 2024 07:03:02 +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: 15.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: --- 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=3D115382 --- Comment #6 from Richard Biener --- Thanks. It seems to be latent on the branch as well, right?=