From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C09F2384DEF5; Thu, 15 Feb 2024 14:57:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C09F2384DEF5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708009024; bh=17ARi4ELCdb97MzaXsI3y8OYhM9xsMQAYkwOO5gH85c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JzJZcZTN6V5IJHoC8bCKpKgDPgtDRThqD0EfD2g3132CN/R789+2HjhiWIaOPDmaa +3Q3U1dYW2/8gg1wk65wcMZn/0oNoUQ80KZIjgEJUXLhVm5X/p3UyptaMzvcjlsYDr 2MIcvWUkpBb04HkL6SFAh5Mt1bEoTfG/dhkC1AhM= From: "hubicka at ucw dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113907] [14 regression] ICU miscompiled since on x86 since r14-5109-ga291237b628f41 Date: Thu, 15 Feb 2024 14:57:01 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hubicka at ucw dot cz 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D113907 --- Comment #37 from Jan Hubicka --- > Also remember we like to have a fix that's easily backportable, and > that's probably going to be resetting the info. We can do something > more fancy for GCC 15 Rejecting to merge function with different vlaue ranges is also easy, but so is reseting. I only need to check the ipa-prop. Jakub, also I can take over the patch - and sorry for beging slow. I had visitor doing some research last two weeks and I am trying to catch up now.=