From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2F0893858C2D; Mon, 27 Nov 2023 11:36:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F0893858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701085015; bh=ttGjiS6PeSNtYG5Om5qyqbRv4QoXyQpg1HIFv2K8cEQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g8qLKX/k9Wn7/+z56X+bR6ztDPSh8UMJmd1UTiCqutu1BRwTvTWuJQuR3qE25DRnm OL9oEuwnqMADS72ktRAsyL74BGw1xYveIa1uJ3Y8HOR7r8SJGe9WBi4x4bC4TdY4gI XcHVCPBf4R58KvXcL/+YZfrNKTrs+nWhCLaFhKsM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110556] [12 Regression] division of INT_MIN and -1 happening incorrectly with -fno-delete-dead-exceptions -fnon-call-exceptions Date: Mon, 27 Nov 2023 11:36:55 +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.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_known_to_work resolution bug_status 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=3D110556 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |12.3.0 Known to work| |12.3.1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #15 from Richard Biener --- Fixed.=