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
CBMC version 6.7.1 (cbmc-6.7.1-dirty) 64-bit x86_64 linux
Type-checking main
file main.c line 3 function func: expected constant expression, but got '__builtin_inff()'
CONVERSION ERROR
The preprocessor replaces +INFINITY with __builtin_inff(). GCC allows initialization of a static variable with the return value of __builtin_inff(), CBMC does not.