Re: [PATCH] Signed zero for {max,min}val intrinsics

2018-08-22 Thread Jerry DeLisle
On 08/22/2018 01:06 PM, Janne Blomqvist wrote: The Fortran standard specifies (e.g. F2018 7.4.3.2) that intrinsic procedures shall treat positive and negative real zero as equivalent, unless it is explicitly specified otherwise. For {max,min}val there is no such explicit mention. Thus, remove c

[PATCH] Signed zero for {max,min}val intrinsics

2018-08-22 Thread Janne Blomqvist
The Fortran standard specifies (e.g. F2018 7.4.3.2) that intrinsic procedures shall treat positive and negative real zero as equivalent, unless it is explicitly specified otherwise. For {max,min}val there is no such explicit mention. Thus, remove code to handle signed zeros. Regtested on x86_64-