From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8691A3858402; Sat, 9 Mar 2024 21:06:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8691A3858402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710018408; bh=2OZMTsSLE8nnFt7e+QIU+BAllrvg3OWqGCZ+NAtnC+Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Pn3INt6zaRNfC4+ezk0ISGA1SLFYuaaYc094GC3JAhBp6xwfxrZskzXMf/u9iO4Nd o0oD/6v51JHuwUoIv2GxM+yadDnZKzBj0SfI5d+Ta02PiKMgjxBlN7mq2yrPqhpsiP p0K9T6UPMEp8/ADDWzbwRisgHq9E8OVjR4Dcc42s= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/113907] [11/12/13/14 regression] ICU miscompiled since on x86 since r14-5109-ga291237b628f41 Date: Sat, 09 Mar 2024 21:06:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13/14 regression] ICU |[11/12/13/14 regression] |miscompiled since on x86 |ICU miscompiled since on |since |x86 since |r14-5109-ga291237b628f41 |r14-5109-ga291237b628f41 --- Comment #52 from Andrew Pinski --- The testcase from PR 114290 shows this has been an issue since GCC 9 (r9-7460-g9f2cfe108f75de). r9-7460-g9f2cfe108f75de was the revision which copied the range information for the splitted out function too ...=