This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/40334] [4.4, 4.5 Regression] changed BACKSPACE behaviour at end of file.



------- Comment #3 from burnus at gcc dot gnu dot org  2009-06-04 06:41 -------
With trunk 2009-04-05-r145558 I get
 HELLO
 correct
while with trunk 2009-04-06-r145580 the result is
 HELLO
 error2: not at eof

It is not surprising that the following patch was checked in between those
revisions:

 jvdelisle | 2009-04-05 22:13:56 +0200 (Sun, 05 Apr 2009) | 201 lines
http://gcc.gnu.org/viewcvs?view=rev&revision=145571

2009-04-05  Daniel Kraft  <d@domob.eu>
        PR fortran/38654
2009-04-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
        PR libfortran/37754
2009-04-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
        PR libfortran/37754
2009-04-05  Janne Blomqvist  <jb@gcc.gnu.org>
        PR libfortran/25561 libfortran/37754

Note: The 4.4.1 release is planned for June 21.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jb at gcc dot gnu dot org,
                   |                            |jvdelisle at gcc dot gnu dot
                   |                            |org
  GCC build triplet|x86_64-unknown-linux-gnu    |
 GCC target triplet|x86_64-unknown-linux-gnu    |
           Keywords|                            |wrong-code
            Summary|4.4,4.5 regression: changed |[4.4, 4.5 Regression]
                   |BACKSPACE behaviour at end  |changed BACKSPACE behaviour
                   |of file.                    |at end of file.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]