From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 22E8C386C5BE; Thu, 15 Feb 2024 19:41:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22E8C386C5BE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708026080; bh=JFJ+pugi8GaKfSlqo/WsOPemPVXhg5Qb5cgGrCHxxX4=; h=From:To:Subject:Date:From; b=dNTRQ5opfwrPLocCLgaH9Kk+KIA0551wVVkjWMl36JYU+sZvixSupiIbFE2zX8b/O D4kqdXziOh7crzxxYk2vftuQ9qnFlsPbZHgIMv3yl6eFxM1oGvNakozS39vNK7tukK aq3FjrQoH8JmqHMEVlBetAI76NV5KcM4eNKNZ1ZE= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113948] New: Switch rx to LRA Date: Thu, 15 Feb 2024 19:41:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc blocked target_milestone Message-ID: 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=3D113948 Bug ID: 113948 Summary: Switch rx to LRA Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org CC: nickc at redhat dot com Blocks: 113932 Target Milestone: --- People are getting eager to require LRA. Please port the rx target to LRA (= see PR113932). There's a -mlra option which is off by default for this target... Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113932 [Bug 113932] [meta-bug] Targets which should be ported to LRA=