Difference between revisions of "User Changes 2.6.0"

From Free Pascal wiki
Jump to navigationJump to search
(New page: ==== Overflow/Rangechecking for floating point constants ==== * '''Old behavior''': When a NaN floating point constant was assigned to a variable in $R+ or $Q+ mode, the compiler threw an ...)
 
(Replacing page with 'See User_Changes_Trunk')
Line 1: Line 1:
==== Overflow/Rangechecking for floating point constants ====
+
See User_Changes_Trunk
* '''Old behavior''': When a NaN floating point constant was assigned to a variable in $R+ or $Q+ mode, the compiler threw an error.
 
* '''New behaviour''': Assigning a NaN constant to a variable does not throw an error anymore if $R+ or $Q+ are active, to get an error $ieeeerrors must be active.
 
* '''Reason''': Consistency.
 
* '''Remedy''': Add {$ieeeerrors+} to your code or add -C3 on the command line.
 

Revision as of 10:24, 11 August 2010

See User_Changes_Trunk