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
Apparently, certain compilers define __ILP32__, __LP64__, __LLP64__ (and the same without trailing __) to imply certain sizes of integers and pointers.
Maybe CompCert should do likewise. Apparently it does on some platforms depending on which compiler is used as a preprocessor, but not on ARM32 for instance.
This is low priority in any case.
The text was updated successfully, but these errors were encountered:
Apparently, certain compilers define
__ILP32__
,__LP64__
,__LLP64__
(and the same without trailing__
) to imply certain sizes of integers and pointers.Maybe CompCert should do likewise. Apparently it does on some platforms depending on which compiler is used as a preprocessor, but not on ARM32 for instance.
This is low priority in any case.
The text was updated successfully, but these errors were encountered: