r267468 - in /trunk: gcc/fortran/ChangeLog gcc/...

kargl@gcc.gnu.org kargl@gcc.gnu.org
Sat Dec 29 19:14:00 GMT 2018


Author: kargl
Date: Sat Dec 29 19:14:32 2018
New Revision: 267468

URL: https://gcc.gnu.org/viewcvs?rev=267468&root=gcc&view=rev
Log:
2018-12-29  Steven G. Kargl  <kargl@gcc.gnu.org>

	* expr.c (external_spec_function): Add ieee_support_subnormal to list
	of IEEE inquiry functions.

2018-12-29  Steven G. Kargl  <kargl@gcc.gnu.org>

	* gfortran.map: Expose subnormal functions in dynamic library.
	* ieee/ieee_arithmetic.F90: Add support for IEEE_SUBNORMAL,
	IEEE_POSITIVE_SUBNORMAL, and IEEE_NEGATIVE_SUBNORMAL.
	* ieee/ieee_helper.c: Ditto.
	* ieee/ieee_features.F90:  Add IEEE_SUBNORMAL.

2018-12-29  Steven G. Kargl  <kargl@gcc.gnu.org>

	* gfortran.dg/ieee/ieee_11.F90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/ieee/ieee_11.F90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/expr.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/gfortran.map
    trunk/libgfortran/ieee/ieee_arithmetic.F90
    trunk/libgfortran/ieee/ieee_features.F90
    trunk/libgfortran/ieee/ieee_helper.c



More information about the Gcc-cvs mailing list