From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F69D3A1586E; Fri, 7 Jun 2024 10:17:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F69D3A1586E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717755465; bh=zXUBUIbj+O26RKXSAAWEvWHCqW8bRNWj5VLkpaExSOc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uuYEWC5ZNmy96Z7JWmEInvnrGJJowJNLa+Q+nrGZDh3dFDkW3q5ICxwUmVZV2BYdX vmiMAbujYws+b7AOiOBVONBa5r5K7hxXUYYgKmTDVOW/y+pbNXr5U9lYpkQsaspKBd +8DH7SKcGQ8i/9DlJc5Hb2cbhcS00zLnALAGZVfs= From: "torbjorn.svensson at foss dot st.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115253] [14/15 regression] New tests added by r14-10122-gad45086178d833 fail on Cortex M23 and M55 bare metal targets Date: Fri, 07 Jun 2024 10:17:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: torbjorn.svensson at foss dot st.com 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: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D115253 Torbj=C3=B6rn SVENSSON changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |torbjorn.svensson at foss = dot st.c | |om --- Comment #4 from Torbj=C3=B6rn SVENSSON --- Patches sent that addresses both the Cortex-M23 and the Cortex-M55 fails. M23 patch: https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653882.html M55 patch: https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653884.html=