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
C front-end: floating-point built-ins are in the symbol table
It should never be the case that no symbol for `__CPROVER_isgreaterf`,
`__CPROVER_isgreaterd` and similar floating-point built-ins is present
for these are declared in cprover_builtin_headers.h. This commit removes
dead code and adds an additional consistency check.
0 commit comments