From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A5A273858CDB; Fri, 1 Dec 2023 12:22:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5A273858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701433373; bh=qfH6+0z6NZKDwrtKHuN8MjPGktuKxa6fvpbxFfInR3A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=heLXhc0a+aXcXhmbkjINMhasm5SbGs1md3vNHhunDQSUZa1EIDiF5eNY1fHm3W8mT +yc7fMWZUsxdt7FZ2Tmpel2TmL01DR1HcgqkhJoqmtGs/CNctd7ukG2zJt7sw0deRU sQpkIRv73hRQRvFL/1EhBvCfcI0SouSYjwVVcPjE= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/112760] [14 Regression] wrong code with -O2 -fno-dce -fno-guess-branch-probability -m8bit-idiv -mavx --param=max-cse-insns=0 and __builtin_add_overflow_p() since r14-5355 Date: Fri, 01 Dec 2023 12:22:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc 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=3D112760 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 Regression] wrong code |[14 Regression] wrong code |with -O2 -fno-dce |with -O2 -fno-dce |-fno-guess-branch-probabili |-fno-guess-branch-probabili |ty -m8bit-idiv -mavx |ty -m8bit-idiv -mavx |--param=3Dmax-cse-insns=3D0 and |--param=3Dmax-cse-insn= s=3D0 and |__builtin_add_overflow_p() |__builtin_add_overflow_p() | |since r14-5355 CC| |jakub at gcc dot gnu.org, | |rsandifo at gcc dot gnu.org --- Comment #3 from Jakub Jelinek --- Started with r14-5355-g3cd3a09b3f91a1d023cb180763d40598d6bb274b=