https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115153

--- Comment #5 from rudi at heitbaum dot com ---
(In reply to rudi from comment #4)
> We have also see the same failure building kodi (vpeter4 did the
> investigation) 
> The difference between gcc13 and 14 is
> 
> gcc-13, ok
>       add     r0, r0, #384
>       ldrd    r2, r3, [r0]
> 
> gcc-14, not ok
>       dmb     ish
>       ldrd    r2, r3, [r0, #384]
> 
> The kodi issue is at - https://github.com/xbmc/xbmc/issues/25221

This was when we built a working gcc (we compiled it without libsanitizer)

Reply via email to