From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7285B3858404; Fri, 2 Jun 2023 01:02:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7285B3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685667729; bh=AdQ6KgdUnmRZy2BsubrgyLRrOVyKqtnzSyCaFztpUO0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nTWS5Is3f+CF5YMXD5WiOtyMUrAp1kv+LJqKhOD6CmIR2wvh62XyNUIIjB8bdsrik 1rGEagiBYGpDkiDvUx6OYMJwoJtccfdww4rg+vL5BFomjsYExtcr8iOnmyMJ/HRzVZ S6lMxppTrBXVIv7qPlN2kQ2d6783xXmbL0E5p9YE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/40987] ifcvt sometimes goes wrong for integer modes > 64bit Date: Fri, 02 Jun 2023 01:02:09 +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: 4.3.4 X-Bugzilla-Keywords: patch, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status target_milestone 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=3D40987 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Target Milestone|--- |4.9.0 --- Comment #14 from Andrew Pinski --- Looks like this was fixed with r0-127324-ge15eb172b0dd (aka PR 59545). Basically a signed integer overflow inside the compiler was causing the wro= ng code happening.=