re PR fortran/69867 (ICE on initializing character in type with array of incompatible...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 30 Jul 2016 20:05:10 +0000 (20:05 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 30 Jul 2016 20:05:10 +0000 (20:05 +0000)
commite4f7a5dffe280edf9dcc57f50005fac5f71fcccb
treeca41ac30737daa6543bf8287ca147f63b3faef9a
parentb441ae1d89410e8f95a4c3317db0f52831bfaf0e
re PR fortran/69867 (ICE on initializing character in type with array of incompatible data)

2016-07-30  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/69867
* decl.c (build_struct): Ensure that pointers point to something.

2016-07-30  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/69867
* gfortran.dg/pr69867.f90: New test.

From-SVN: r238907
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr69867.f90 [new file with mode: 0644]