[Bug fortran/24268] gfortran rejects valid format statement

2006-01-07 Thread jvdelisle at gcc dot gnu dot org


--- Comment #13 from jvdelisle at gcc dot gnu dot org  2006-01-08 01:53 
---
Subject: Bug 24268

Author: jvdelisle
Date: Sun Jan  8 01:53:06 2006
New Revision: 109467

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109467
Log:
2006-01-07  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/24268
* io.c (next_char_not_space): New function that returns the next
character that is not white space.
(format_lex): Use the new function to skip whitespace within
a format string.

Modified:
branches/gcc-4_1-branch/gcc/fortran/ChangeLog
branches/gcc-4_1-branch/gcc/fortran/io.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268




[Bug fortran/24268] gfortran rejects valid format statement

2006-01-07 Thread jvdelisle at gcc dot gnu dot org


--- Comment #14 from jvdelisle at gcc dot gnu dot org  2006-01-08 01:56 
---
Subject: Bug 24268

Author: jvdelisle
Date: Sun Jan  8 01:56:22 2006
New Revision: 109468

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109468
Log:
2005-01-07  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/24268
* gfortran.dg/fmt_white.f: Update test.

Modified:
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/fmt_white.f


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268




[Bug fortran/24268] gfortran rejects valid format statement

2006-01-07 Thread jvdelisle at gcc dot gnu dot org


--- Comment #15 from jvdelisle at gcc dot gnu dot org  2006-01-08 02:22 
---
Fixed on 4.1 and 4.2


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268




[Bug fortran/24268] gfortran rejects valid format statement

2006-01-05 Thread jvdelisle at gcc dot gnu dot org


--- Comment #11 from jvdelisle at gcc dot gnu dot org  2006-01-06 01:22 
---
Subject: Bug 24268

Author: jvdelisle
Date: Fri Jan  6 01:21:56 2006
New Revision: 109402

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109402
Log:
2006-01-01  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/24268
* io.c (next_char_not_space): New function that returns the next
character that is not white space.
(format_lex): Use the new function to skip whitespace within
a format string.

Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/io.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268




[Bug fortran/24268] gfortran rejects valid format statement

2006-01-05 Thread jvdelisle at gcc dot gnu dot org


--- Comment #12 from jvdelisle at gcc dot gnu dot org  2006-01-06 01:28 
---
Subject: Bug 24268

Author: jvdelisle
Date: Fri Jan  6 01:28:40 2006
New Revision: 109404

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109404
Log:
2005-01-05  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/24268
* gfortran.dg/fmt_white.f: Update test.

Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/fmt_white.f


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268




[Bug fortran/24268] gfortran rejects valid format statement

2006-01-02 Thread jvdelisle at gcc dot gnu dot org


--- Comment #10 from jvdelisle at gcc dot gnu dot org  2006-01-02 08:13 
---
Submitted a new patch for approval that is a final fix for this bug.


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 GCC target triplet||4.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268




[Bug fortran/24268] gfortran rejects valid format statement

2006-01-02 Thread jvdelisle at gcc dot gnu dot org


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 GCC target triplet|4.1 |
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268




[Bug fortran/24268] gfortran rejects valid format statement

2005-12-20 Thread jvdelisle at gcc dot gnu dot org


--- Comment #7 from jvdelisle at gcc dot gnu dot org  2005-12-21 06:51 
---
Subject: Bug 24268

Author: jvdelisle
Date: Wed Dec 21 06:51:02 2005
New Revision: 108899

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108899
Log:
2005-12-20  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/24268
* io.c (format_lex): Allow whitespace within text of format specifier.

Modified:
branches/gcc-4_1-branch/gcc/fortran/ChangeLog
branches/gcc-4_1-branch/gcc/fortran/io.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268



[Bug fortran/24268] gfortran rejects valid format statement

2005-12-20 Thread jvdelisle at gcc dot gnu dot org


--- Comment #8 from jvdelisle at gcc dot gnu dot org  2005-12-21 06:52 
---
Subject: Bug 24268

Author: jvdelisle
Date: Wed Dec 21 06:52:38 2005
New Revision: 108900

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108900
Log:
2005-12-20  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/24268
* gfortran.dg/fmt_white.f: New test.

Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/fmt_white.f
Modified:
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268



[Bug fortran/24268] gfortran rejects valid format statement

2005-12-20 Thread jvdelisle at gcc dot gnu dot org


--- Comment #9 from jvdelisle at gcc dot gnu dot org  2005-12-21 06:56 
---
This is now fixed for the specific test case. 4.1 and 4.2 are in sync.  I plan
to go back and review for other possible cases of whitespace.  Just want to
keep this synchronized.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268



[Bug fortran/24268] gfortran rejects valid format statement

2005-12-16 Thread jvdelisle at gcc dot gnu dot org


--- Comment #5 from jvdelisle at gcc dot gnu dot org  2005-12-16 23:44 
---
Subject: Bug 24268

Author: jvdelisle
Date: Fri Dec 16 23:44:14 2005
New Revision: 108695

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108695
Log:
2005-12-16  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/24268
* io.c (format_lex): Allow whitespace within text of format specifier.

Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/io.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268



[Bug fortran/24268] gfortran rejects valid format statement

2005-12-16 Thread jvdelisle at gcc dot gnu dot org


--- Comment #6 from jvdelisle at gcc dot gnu dot org  2005-12-16 23:49 
---
Subject: Bug 24268

Author: jvdelisle
Date: Fri Dec 16 23:49:33 2005
New Revision: 108696

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108696
Log:
2005-12-16  Jerry DeLisle  [EMAIL PROTECTED]

PR fortran/24268
* gfortran.dg/fmt_white.f: New test.

Added:
trunk/gcc/testsuite/gfortran.dg/fmt_white.f
Modified:
trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268



[Bug fortran/24268] gfortran rejects valid format statement

2005-12-07 Thread jvdelisle at gcc dot gnu dot org


--- Comment #4 from jvdelisle at gcc dot gnu dot org  2005-12-08 07:20 
---
I am looking into this.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268



[Bug fortran/24268] gfortran rejects valid format statement

2005-11-25 Thread iwan at irs dot phy dot nrc dot ca


--- Comment #3 from iwan at irs dot phy dot nrc dot ca  2005-11-25 21:39 
---
Created an attachment (id=10339)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10339action=view)
A one line change that seems to fix Bug 24268 

Have tested the change on several large fortran 77 source files.
I'm not sure if a similar change is needed for case '+' in 
format_lex().


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268



[Bug fortran/24268] gfortran rejects valid format statement

2005-10-07 Thread jvdelisle at gcc dot gnu dot org


--- Comment #1 from jvdelisle at gcc dot gnu dot org  2005-10-08 03:24 
---
Confirmed on latest 4.1 cvs.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268



[Bug fortran/24268] gfortran rejects valid format statement

2005-10-07 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2005-10-08 05:47 ---
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Keywords||rejects-valid
  Known to fail||4.0.0 4.1.0
   Last reconfirmed|-00-00 00:00:00 |2005-10-08 05:47:19
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268