-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I'm getting some warnings from GCC9 when compiling lh_cas_event_mutex for AArch64
/tmp/cc76Umqe.s: Assembler messages:
/tmp/cc76Umqe.s:2064: Warning: unpredictable: identical transfer and status registers --`stxr w0,x1,[x0]'
/tmp/cc76Umqe.s:2589: Warning: unpredictable: identical transfer and status registers --`stxr w0,x1,[x0]'
/tmp/cc76Umqe.s:3971: Warning: unpredictable: identical transfer and status registers --`stxr w3,x3,[x0]'
These sorts of warnings usually come from one or more missing early-clobber specifiers somewhere in the inline assembly.
Metadata
Metadata
Assignees
Labels
No labels