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 bb5ce39e33d5bff2fdf9a27e0ddc8c582d63539b..e3012bf4bb0ebbdb8f73f71ebe09365a8ff3b23c 100644 (file)
@@ -1,3 +1,9 @@
+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
index 634da4a8f69644562424c09f118e5bc6edc4bd3e..158af918f794e6701324d3251cb18ecf2c312a8b 100644 (file)
@@ -1,4 +1,5 @@
 ! { dg-do compile }
+! PR fortran/78479
 program p
    type t
       character(3) :: c(1) = 'a' // ['b']