Re: [PATCH] Alpha: Emulate unaligned LDx_L/STx_C for data consistency
From: Maciej W. Rozycki
Date: Thu Feb 20 2025 - 15:10:53 EST
On Thu, 20 Feb 2025, Matt Turner wrote:
> > > Complementing compiler support for the `-msafe-bwa' and `-msafe-partial'
> > > code generation options slated to land in GCC 15,
> >
> > Pointer? I can't find it on the gcc-patches list.
>
> I believe it's this:
>
> https://inbox.sourceware.org/gcc-patches/alpine.DEB.2.21.2411141652300.9262@xxxxxxxxxxxxxxxxx/
That's the original series; v2 is here:
https://inbox.sourceware.org/gcc-patches/alpine.DEB.2.21.2501050246590.49841@xxxxxxxxxxxxxxxxx/
> The first half or so have landed so far, right Maciej?
Yes, fixes for bugs discovered in the course have been committed and the
rest of changes already approved, although there were a couple of comments
I yet want to investigate/address by the end of next week. Getting clean
GCC test results with the kernel emulation was my objective before moving
forward.
Maciej