[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2018-02-19 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2018-02-19 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 --- Comment #10 from Jerry DeLisle --- Author: jvdelisle Date: Tue Feb 20 04:05:38 2018 New Revision: 257837 URL: https://gcc.gnu.org/viewcvs?rev=257837&root=gcc&view=rev Log: 2018-02-19 Jerry DeLisle Backport from trunk PR f

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2018-01-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 --- Comment #9 from Dominique d'Humieres --- > Should I backport this to 7? IMO yes.

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2018-01-14 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 --- Comment #8 from Jerry DeLisle --- Should I backport this to 7?

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2018-01-13 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 --- Comment #7 from Jerry DeLisle --- Author: jvdelisle Date: Sat Jan 13 20:41:00 2018 New Revision: 256649 URL: https://gcc.gnu.org/viewcvs?rev=256649&root=gcc&view=rev Log: 2018-01-13 Jerry DeLisle PR fortran/82007 * resolv

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2017-12-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 --- Comment #6 from Jerry DeLisle --- Created attachment 42992 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42992&action=edit A peliminary patch The attached patch allows the test cases to compile and run. Remaining is to formulate what

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2017-10-01 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 --- Comment #5 from Jerry DeLisle --- The ice is because we are not handling the case where the expreesion is type function vs character expression or character constant. I am thinking we need to simplify the expression before trying to use it.

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2017-08-30 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 Jerry DeLisle changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2017-08-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2017-08-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/82007] DTIO write format stored in a string leads to severe errors

2017-08-28 Thread edouard.ca...@univ-rennes1.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007 --- Comment #1 from Édouard Canot --- I omit to say that many lines in the attached source are commented by a double bang (!!); remove some of them to reveal the bug... EC