From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9C0D0385840B; Tue, 12 Mar 2024 02:24:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9C0D0385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710210296; bh=TLLhYCb9vyyS6PhkQSbeZqFOHjpehNxX/JFreFlPHH8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WbB0yrdIvurdjnY1+v5M3tnySk68/X/YIdNT88fPb2zMrq1k+W+N2upkw2g24/ySO u9H8TkJkrHX4Tsth1Ddgtjm5IZ3Bk+I0C4bd2z6sIX3ii+LUh4p8gz5krd46Kvg3zk 5eD5mC7w0Nn4ft2t9w2iSesYzBB++iqj1hsC35tI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111683] [11/12/13/14 Regression] Incorrect answer when using SSE2 intrinsics with -O3 since r7-3163-g973625a04b3d9351f2485e37f7d3382af2aed87e Date: Tue, 12 Mar 2024 02:24:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.2.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D111683 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-reduction | --- Comment #8 from Andrew Pinski --- Note with the reduced testcase in comment #7, -fno-tree-vrp has no effect o= n it any more so it might make sense to do another bisection on that testcase.=