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
CompCert doesn't allow pointer difference between pointers in different blocks. We need pointer difference for position independent code, which could be implemented as a special case.
Investigate if there are more special cases or if we need full generality.
The text was updated successfully, but these errors were encountered:
CompCert doesn't allow pointer difference between pointers in different blocks. We need pointer difference for position independent code, which could be implemented as a special case.
Investigate if there are more special cases or if we need full generality.
The text was updated successfully, but these errors were encountered: