1 CondParser_Eval: !(${:UINF} > 1e100) 2 make: "cond-cmp-numeric.mk" line 11: warning: String comparison operator must be either == or != 3 make: "cond-cmp-numeric.mk" line 11: Malformed conditional (!(${:UINF} > 1e100)) 4 CondParser_Eval: ${:UNaN} > NaN 5 make: "cond-cmp-numeric.mk" line 16: warning: String comparison operator must be either == or != 6 make: "cond-cmp-numeric.mk" line 16: Malformed conditional (${:UNaN} > NaN) 7 CondParser_Eval: !(${:UNaN} == NaN) 8 lhs = "NaN", rhs = "NaN", op = == 9 CondParser_Eval: 123 ! 123 10 lhs = 123.000000, rhs = 123.000000, op = ! 11 make: "cond-cmp-numeric.mk" line 34: warning: Unknown operator 12 make: "cond-cmp-numeric.mk" line 34: Malformed conditional (123 ! 123) 13 make: Fatal errors encountered -- cannot continue 14 make: stopped in unit-tests 15 exit status 1 16