[Bug fortran/67526] ICE on missing end parenthesis in substring construct

2015-09-10 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67526 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/67526] ICE on missing end parenthesis in substring construct

2015-09-10 Thread kargl at gcc dot gnu.org
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

[Bug fortran/67526] ICE on missing end parenthesis in substring construct

2015-09-10 Thread kargl at gcc dot gnu.org
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

[Bug fortran/67526] ICE on missing end parenthesis in substring construct

2015-09-09 Thread kargl at gcc dot gnu.org
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.

[Bug fortran/67526] ICE on missing end parenthesis in substring construct

2015-09-09 Thread kargl at gcc dot gnu.org
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|

[Bug fortran/67526] ICE on missing end parenthesis in substring construct

2015-09-09 Thread gerhard.steinmetz.fort...@t-online.de
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