Skip to content

Commit 80e17f5

Browse files
author
Daniel Kroening
committed
add __builtin_isnormal
1 parent 71fd395 commit 80e17f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ansi-c/c_typecheck_expr.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,8 @@ exprt c_typecheck_baset::do_special_functions(
23122312
}
23132313
else if(identifier==CPROVER_PREFIX "isnormalf" ||
23142314
identifier==CPROVER_PREFIX "isnormald" ||
2315-
identifier==CPROVER_PREFIX "isnormalld")
2315+
identifier==CPROVER_PREFIX "isnormalld" ||
2316+
identifier=="__builtin_isnormal")
23162317
{
23172318
if(expr.arguments().size()!=1)
23182319
{

0 commit comments

Comments
 (0)