Re: [PATCH] PR/83874: ICE initializing character array from derived type

2018-01-17 Thread Steve Kargl
On Wed, Jan 17, 2018 at 10:10:29PM +0100, Harald Anlauf wrote: > > Whoever wants to take it, please commit to 8-trunk. > I take it from the above that you do not have write access to svn. If you think that you will be taking on additional bugs, write access can be arranged. -- Steve

[PATCH] PR/83874: ICE initializing character array from derived type

2018-01-17 Thread Harald Anlauf
The following obvious patch fixes a NULL pointer dereference: Index: gcc/fortran/decl.c === --- gcc/fortran/decl.c (revision 256671) +++ gcc/fortran/decl.c (working copy) @@ -1718,7 +1718,7 @@ }