correct format
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 21:18:09 +0000 (21:18 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2013 21:18:09 +0000 (21:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204181 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index a214675..d116183 100644 (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.
 
index 0f5f02b..d419b28 100644 (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>