From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 486DB3858C41; Wed, 10 Jan 2024 12:36:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 486DB3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704890208; bh=muG2h1gmP9FdZ3WpRP2UajGpN5iGfp2lJZ+GA07Kwd8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d2vb84RJPmTtVHnTstsGcH5NvQ26WFqKfbod8B8LEk+40YSMrYo1m/MmUYHVrbfOW mKO9pX7CmZevtXXjlIrTCOz9nVaRPKBxNkbYMZY6onPchrWVXWmQe/cplHZxQV1vtX oEc5ns4nkG8ih7urofDQgVfHp5yEmLqhHOYaKRlE= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113287] wrong code with __builtin_mul_overflow_p() and _BitInt() with -O3 -msse4 Date: Wed, 10 Jan 2024 12:36:47 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tnfchris at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D113287 --- Comment #5 from Tamar Christina --- Created attachment 57023 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57023&action=3Dedit branch_check.patch Patch undergoing testing=