Re: [Ada] implement C99 fmax semantics for floating-point 'Min/Max

2015-01-03 Thread Eric Botcazou
> NaNs are invalid values in Ada so the language doesn't specify how they > should be handled but GNAT nevertheless attempts to implement sensible > semantics for them. This patch extends this to the Min and Max attributes. > > Tested on x86_64-suse-linux, applied on the mainline. > > > 2014-12

[Ada] implement C99 fmax semantics for floating-point 'Min/Max

2014-12-22 Thread Eric Botcazou
NaNs are invalid values in Ada so the language doesn't specify how they should be handled but GNAT nevertheless attempts to implement sensible semantics for them. This patch extends this to the Min and Max attributes. Tested on x86_64-suse-linux, applied on the mainline. 2014-12-22 Eric Botc