correct format

From-SVN: r204181
This commit is contained in:
Paul Thomas 2013-10-29 21:18:09 +00:00
parent dd331dd0b5
commit 94b89bc0ea
2 changed files with 4 additions and 10 deletions

View file

@ -1,10 +1,10 @@
2013-10-29 Paul Thomas <pault@gcc.gnu.org>
PR fortran 58793
PR fortran/58793
* trans-types.c (gfc_typenode_for_spec): Add typenode for
BT_HOLLERITH. Note that the length is incorrect but unusable.
PR fortran 58858
PR fortran/58858
* target-memory.c (gfc_element_size): Add element sizes for
BT_VOID and BT_ASSUMED, using gfc_typenode_for_spec.

View file

@ -1,16 +1,10 @@
2013-10-29 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54236
* gcc.target/sh/pr54236-2: New.
* gcc.target/sh/pr54089-6: Add another rotl special case.
2013-10-29 Paul Thomas <pault@gcc.gnu.org>
PR fortran 58793
PR fortran/58793
* gfortran.dg/unlimited_polymorphic_13.f90 : Use real variables
to determine sizes of real kinds.
PR fortran 58858
PR fortran/58858
* gfortran.dg/unlimited_polymorphic_14.f90 : New test.
2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>