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
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
[release/3.1] Fix FC_NO_TAILCALL with newer compilers (#28132)
The C11 standard treats trivial infinite loops as undefined behavior and allows
compilers to optimize them out completely.
Add "volatile" on FC_NO_TAILCALL to defeat this optimization
0 commit comments