From: Steven G. Kargl Date: Tue, 22 Nov 2016 23:28:43 +0000 (+0000) Subject: re PR fortran/78479 (ICE in gfc_apply_init, at fortran/expr.c:4135) X-Git-Tag: basepoints/gcc-8~2913 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a6e41fb199b5fdcfc01c672aaceb39c2dc1e51;p=thirdparty%2Fgcc.git re PR fortran/78479 (ICE in gfc_apply_init, at fortran/expr.c:4135) 2016-11-22 Steven G. Kargl PR fortran/78479 * gfortran.dg/char_component_initializer_3.f90: Add PR number in a comment. From-SVN: r242729 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bb5ce39e33d5..e3012bf4bb0e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2016-11-22 Steven G. Kargl + + PR fortran/78479 + * gfortran.dg/char_component_initializer_3.f90: Add PR number in a + comment. + 2016-11-22 Steven G. Kargl PR fortran/78479 diff --git a/gcc/testsuite/gfortran.dg/char_component_initializer_3.f90 b/gcc/testsuite/gfortran.dg/char_component_initializer_3.f90 index 634da4a8f696..158af918f794 100644 --- a/gcc/testsuite/gfortran.dg/char_component_initializer_3.f90 +++ b/gcc/testsuite/gfortran.dg/char_component_initializer_3.f90 @@ -1,4 +1,5 @@ ! { dg-do compile } +! PR fortran/78479 program p type t character(3) :: c(1) = 'a' // ['b']