[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2014-03-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45143 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2010-10-06 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45143 --- Comment #7 from Jerry DeLisle 2010-10-06 13:51:22 UTC --- As an update on this, when I finish melding of runtime and compile time format checking into a common set of routines, this bug will be finished.

[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2010-09-24 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45143 --- Comment #6 from Tobias Burnus 2010-09-24 11:36:29 UTC --- When adding the compilation check, also a gfc_notify_std(GFC_STD_F2008, "Fortran 2008:" should be added. -- Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email

[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2010-08-19 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2010-08-19 22:56 --- This is not currently diagnosed during compilation. My original plan is to see if I can do that with the front end and then close it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45143

[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2010-08-19 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2010-08-19 20:54 --- Do you want to backport it to 4.5? Or can the PR be closed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45143

[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2010-08-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2010-08-07 12:10 --- Subject: Bug 45143 Author: jvdelisle Date: Sat Aug 7 12:10:25 2010 New Revision: 162979 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162979 Log: 2010-08-07 Jerry DeLisle PR libfortran/45143

[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2010-08-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2010-08-07 12:03 --- Subject: Bug 45143 Author: jvdelisle Date: Sat Aug 7 12:03:23 2010 New Revision: 162978 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162978 Log: 2010-08-07 Jerry DeLisle PR libfortran/45143

[Bug fortran/45143] [F2008,corrig1] Endless loop with unlimited edit descriptor

2010-07-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2010-07-30 14:10 --- Mine -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassi