mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-08-07 17:24:58 +00:00
*Initialization of floating-point variables from unsigned long expressions with value > LONG_MAX would give the wrong value. *Initialization of floating-point variables from (unsigned) long long expressions would give the wrong value. *Initialization of _Bool variables should give 0 or 1, as per the usual rules for conversion to _Bool. *Initialization of integer variables from floating-point expressions should be allowed, applying the usual conversions.