From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D0B6A385841A; Thu, 7 Mar 2024 16:54:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D0B6A385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709830440; bh=OKsDSKYmJ2xL1xqqsdu1BiScNxV8efM85zoPtgpHxZs=; h=From:To:Subject:Date:From; b=sx0LiQTbT2ygB9HacRYv2EkGu0WeI44B4d1kzUi69nb+5FRhn1ssmgX0jzaZzUSMZ ge/ZFAVi8Cg+DbWGhCKCiDteFxbeyPfMw56vI5CAxjlOw1t989+lwgPna4DzKCYc7T tvI2fyRHbTSTinMLLeKzXFuiBYwhlbgQEFVfUWQg= From: "ricbal02 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114272] New: SCHEDULER_IDENT incorrect for Cortex-A520 and Cortex-A510 Date: Thu, 07 Mar 2024 16:54:00 +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: ricbal02 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 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=3D114272 Bug ID: 114272 Summary: SCHEDULER_IDENT incorrect for Cortex-A520 and Cortex-A510 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ricbal02 at gcc dot gnu.org Target Milestone: --- The SCHEDULER_IDENT for these two CPUs was incorrectly set to cortexa55, which is incorrect. This can cause incorrect asm to be generated.=