https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67526
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67526
--- Comment #5 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Sep 10 18:07:07 2015
New Revision: 227655
URL: https://gcc.gnu.org/viewcvs?rev=227655&root=gcc&view=rev
Log:
2015-09-09 Steven G. Kargl
PR fortran/67526
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67526
--- Comment #4 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Sep 10 17:13:11 2015
New Revision: 227651
URL: https://gcc.gnu.org/viewcvs?rev=227651&root=gcc&view=rev
Log:
2015-09-09 Steven G. Kargl
PR fortran/67526
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67526
--- Comment #3 from kargl at gcc dot gnu.org ---
Created attachment 36314
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36314&action=edit
patch
The attached patch fixes the dereference of a NULL pointer.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67526
kargl at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67526
--- Comment #1 from Gerhard Steinmetz
---
Whereas :
$ cat y1.f90
program p
character(3) :: z = 'abc'
character :: c1 = z(3:
end
$ gfortran y1.f90
y1.f90:3:24:
character :: c1 = z(3:
1
Error: Syntax error in a