This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Change AArch64 specific FMAX/FMIN tests into generic MAX_EXPR/MIN_EXPR tests


On Wed, Aug 22, 2018 at 4:16 PM, Szabolcs Nagy <szabolcs.nagy@arm.com>
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  <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.
>

Ok, thanks!

-- 
Janne Blomqvist


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]