Discussion:
[PATCH] Change AArch64 specific FMAX/FMIN tests into generic MAX_EXPR/MIN_EXPR tests
Szabolcs Nagy
2018-08-22 13:16:26 UTC
Permalink
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 <***@arm.com>

* gfortran.dg/max_fmax_aarch64.f90: Rename to...
* gfortran.dg/max_expr.f90: ...this.
* gfortran.dg/min_fmin_aarch64.f90: Rename to...
* gfortran.dg/min_expr.f90: ...this.
Janne Blomqvist
2018-08-22 14:57:33 UTC
Permalink
Post by Szabolcs Nagy
gfortran now always uses MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics, so the
AArch64 specific FMAX/FMIN tests are no longer valid.
* gfortran.dg/max_fmax_aarch64.f90: Rename to...
* gfortran.dg/max_expr.f90: ...this.
* gfortran.dg/min_fmin_aarch64.f90: Rename to...
* gfortran.dg/min_expr.f90: ...this.
Ok, thanks!
--
Janne Blomqvist
Kyrill Tkachov
2018-08-22 15:12:45 UTC
Permalink
Hi all,
Post by Janne Blomqvist
Post by Szabolcs Nagy
gfortran now always uses MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics, so the
AArch64 specific FMAX/FMIN tests are no longer valid.
* gfortran.dg/max_fmax_aarch64.f90: Rename to...
* gfortran.dg/max_expr.f90: ...this.
* gfortran.dg/min_fmin_aarch64.f90: Rename to...
* gfortran.dg/min_expr.f90: ...this.
Ok, thanks!
I've committed this on behalf of Szabolcs as r263778.

Thanks,
Kyrill
Post by Janne Blomqvist
--
Janne Blomqvist
Loading...