]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR fortran/77506 (F2008 Standard does not allow CHARACTER(LEN=*) in...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 29 Sep 2016 20:32:22 +0000 (20:32 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 29 Sep 2016 20:32:22 +0000 (20:32 +0000)
commit32e9d8f1687203b507e9ee1721e1f68af00e0951
tree3cc96e63a77eb99fabd987b3afe4928b8a41de61
parentf3a3d5db5a1c6060a7b636653a0bda2489b89ca4
backport: re PR fortran/77506 (F2008 Standard does not allow CHARACTER(LEN=*) in array constructor)

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

Backport from trunk
PR fortran/77506
* array.c (gfc_match_array_constructor): CHARACTER(len=*) cannot
appear in an array constructor.

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

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

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

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

Backport from trunk
PR fortran/77506
* gfortran.dg/pr77506.f90: New test.

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

From-SVN: r240636
gcc/fortran/ChangeLog
gcc/fortran/array.c
gcc/fortran/intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/c_assoc_2.f03
gcc/testsuite/gfortran.dg/c_assoc_4.f90
gcc/testsuite/gfortran.dg/ieee/pr77507.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr77506.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/ieee/ieee_arithmetic.F90