From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 666513858D20; Sun, 31 Dec 2023 06:42:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 666513858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704004933; bh=VGuEN34z+gWMsvtPKaVYpn/gCuTArIdEQQvM/i8A7Uc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u3h85cuJsOZ4/3zo+BpQxsr8jiIpigJ2PlCexp9Ow0JPd4FQbL6DZUpny7W43YfRp IvHKmPXV7M7gaXDIojla5KQdBy+n9+VDVIYinouXiNGHbCxKBDSs7dgU8cKmN82Rb/ nKd2xFr/4nRLyKXbGznlL4Yi/CLLu4l/JjCT9RSY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/113179] [11/12/13/14 Regression] MIPS: INS is used for long long, before SLL Date: Sun, 31 Dec 2023 06:42:13 +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: unknown X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cf_gcctarget short_desc cf_known_to_work cf_known_to_fail component 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=3D113179 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.5 Target| |mips64-linux-gnu Summary|MIPS: INS is used for long |[11/12/13/14 Regression] |long, before SLL |MIPS: INS is used for long | |long, before SLL Known to work| |5.4.0 Known to fail| |11.2.0 Component|target |rtl-optimization --- Comment #1 from Andrew Pinski --- Confirmed, this is a regression. I think it used to work in GCC 7.3.0 also = (but I have around is modified octeon compiler).=