Skip to content

Commit f876018

Browse files
author
Daniel Kroening
committed
add __builtin_isnormal
1 parent 684d19c commit f876018

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
@@ -2318,7 +2318,8 @@ exprt c_typecheck_baset::do_special_functions(
23182318
}
23192319
else if(identifier==CPROVER_PREFIX "isnormalf" ||
23202320
identifier==CPROVER_PREFIX "isnormald" ||
2321-
identifier==CPROVER_PREFIX "isnormalld")
2321+
identifier==CPROVER_PREFIX "isnormalld" ||
2322+
identifier=="__builtin_isnormal")
23222323
{
23232324
if(expr.arguments().size()!=1)
23242325
{

0 commit comments

Comments
 (0)