[Bug fortran/56743] Namelist bug with comment and no blank

2015-04-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 --- Comment #8 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- Author: jvdelisle Date: Tue Apr 21 16:13:54 2015 New Revision: 71 URL: https://gcc.gnu.org/viewcvs?rev=71root=gccview=rev Log: 2015-04-21 Jerry DeLisle

[Bug fortran/56743] Namelist bug with comment and no blank

2015-04-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 --- Comment #9 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- Author: jvdelisle Date: Tue Apr 21 16:33:27 2015 New Revision: 72 URL: https://gcc.gnu.org/viewcvs?rev=72root=gccview=rev Log: 2015-04-21 Jerry DeLisle

[Bug fortran/56743] Namelist bug with comment and no blank

2015-04-21 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/56743] Namelist bug with comment and no blank

2015-04-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 --- Comment #7 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- Potential simple patch. Index: io/list_read.c === --- io/list_read.c(revision 222110) +++ io/list_read.c

[Bug fortran/56743] Namelist bug with comment and no blank

2015-04-07 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org

[Bug fortran/56743] Namelist bug with comment and no blank

2013-05-03 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 --- Comment #5 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2013-05-03 20:32:51 UTC --- I have a patch testing that fixes the items identified in the attachment of Comment #4 by accepting them as extension.

[Bug fortran/56743] Namelist bug with comment and no blank

2013-03-30 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 --- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org 2013-03-30 10:47:30 UTC --- Created attachment 29752 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29752 Test case - please read comment in the file or comment 4 The test

[Bug fortran/56743] Namelist bug with comment and no blank

2013-03-29 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug fortran/56743] Namelist bug with comment and no blank

2013-03-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED

[Bug fortran/56743] Namelist bug with comment and no blank

2013-03-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56743 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2013-03-26 16:57:53 UTC --- Created attachment 29734 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29734 Draft patch (only for read_integer) Draft patch - fixes the issue