re PR fortran/78479 (ICE in gfc_apply_init, at fortran/expr.c:4135)
authorSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 22 Nov 2016 23:28:43 +0000 (23:28 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 22 Nov 2016 23:28:43 +0000 (23:28 +0000)
2016-11-22  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/78479
* gfortran.dg/char_component_initializer_3.f90: Add PR number in a
comment.

From-SVN: r242729

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/char_component_initializer_3.f90

index bb5ce39..e3012bf 100644 (file)
@@ -1,6 +1,12 @@
 2016-11-22  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        PR fortran/78479
+       * gfortran.dg/char_component_initializer_3.f90: Add PR number in a
+       comment.
+
+2016-11-22  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/78479
        * gfortran.dg/char_component_initializer_3.f90: New test.
 
 2016-11-22  Jakub Jelinek  <jakub@redhat.com>
index 634da4a..158af91 100644 (file)
@@ -1,4 +1,5 @@
 ! { dg-do compile }
+! PR fortran/78479
 program p
    type t
       character(3) :: c(1) = 'a' // ['b']