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

--- Comment #4 from rudi at heitbaum dot com ---
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

Reply via email to