re PR fortran/77507 (gfortran rejects keyworded calls to procedures from intrinsic...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 9 Sep 2016 17:57:11 +0000 (17:57 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Fri, 9 Sep 2016 17:57:11 +0000 (17:57 +0000)
commit8a92685e533c18273aa82b7eb5287cbcbbd29f81
tree2c7f74fc71347284123422e6632e50dc96b6d229
parent7117752523c9d59ac81c6b6fe6cba71eeb946085
re PR fortran/77507 (gfortran rejects keyworded calls to procedures from intrinsic modules)

2016-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/77507
* intrinsic.c (add_functions):  Use correct keyword.

2016-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/77507
  * ieee/ieee_arithmetic.F90 (IEEE_VALUE_4,IEEE_VALUE_8,IEEE_VALULE_10,
IEEE_VALUE_16):  Use correct keyword.

2016-09-09  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/77507
* gfortran.dg/pr77507.f90: New test.

From-SVN: r240050
gcc/fortran/ChangeLog
gcc/fortran/intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr77507.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/ieee/ieee_arithmetic.F90