Hi all,
On 22/08/18 15:57, Janne Blomqvist wrote:
On Wed, Aug 22, 2018 at 4:16 PM, Szabolcs Nagy
wrote:
> gfortran now always uses MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics, so the
> AArch64 specific FMAX/FMIN tests are no longer valid.
>
> 2018-08-22 Szabolcs Nagy
>
> * gfortran.dg/m
On Wed, Aug 22, 2018 at 4:16 PM, Szabolcs Nagy
wrote:
> gfortran now always uses MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics, so the
> AArch64 specific FMAX/FMIN tests are no longer valid.
>
> 2018-08-22 Szabolcs Nagy
>
> * gfortran.dg/max_fmax_aarch64.f90: Rename to...
> * gfortr
gfortran now always uses MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics, so the
AArch64 specific FMAX/FMIN tests are no longer valid.
2018-08-22 Szabolcs Nagy
* gfortran.dg/max_fmax_aarch64.f90: Rename to...
* gfortran.dg/max_expr.f90: ...this.
* gfortran.dg/min_fmin_aarch64