]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR fortran 57893
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 29 Oct 2013 20:30:51 +0000 (20:30 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 29 Oct 2013 20:30:51 +0000 (20:30 +0000)
commit258125712b073aa7407e716f45524beed39ec840
tree4cf1871702dc5b6ae4ecb07871b04a2fb9cb952e
parentd19245aa46952d4eff8d4b4a72c81977daf23f3a
PR fortran 57893

2013-10-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran 57893
* trans-types.c (gfc_typenode_for_spec): Add typenode for
BT_HOLLERITH. Note that the length is incorrect but unusable.

PR fortran 58858
* target-memory.c (gfc_element_size): Add element sizes for
BT_VOID and BT_ASSUMED, using gfc_typenode_for_spec.

2013-10-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran 57893
* gfortran.dg/unlimited_polymorphic_13.f90 : Use real variables
to determine sizes of real kinds.

PR fortran 58858
* gfortran.dg/unlimited_polymorphic_14.f90 : New test.

From-SVN: r204177
gcc/fortran/ChangeLog
gcc/fortran/target-memory.c
gcc/fortran/trans-types.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/unlimited_polymorphic_13.f90
gcc/testsuite/gfortran.dg/unlimited_polymorphic_14.f90 [new file with mode: 0644]