You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent the compiler from reordering the instructions in the patcher by
marking the assembly code as clobbering memory.
Thanks @pinskia for the patch and for bringing the discussion on the gcc
bugzilla.
Fixesopen-mpi#13014.
Signed-off-by: George Bosilca <[email protected]>
Forwarded from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95692 :
ompi/opal/mca/patcher/patcher.h
Line 31 in 0bccfcd
The inline-asm needs to clobber memory to avoid moving the END before a different restore the r2.
That is BEGIN should be:
While END should be:
The text was updated successfully, but these errors were encountered: