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/31297] Use of uninitialized variables in libgfortran's I/O



------- Comment #4 from tkoenig at gcc dot gnu dot org  2007-03-25 22:18 -------
Subject: Bug 31297

Author: tkoenig
Date: Sun Mar 25 21:17:51 2007
New Revision: 123200

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123200
Log:
2007-03-25  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR libfortran/31297
        * gfortran.dg/backspace_5.f:  Initialize variable(s).
        * gfortran.dg/backspace_6.f:  Likewise.
        * gfortran.dg/char_bounds_check_fail_1: Likewise.
        * gfortran.dg/direct_io_2.f90:  Likewise.
        * gfortran.dg/write_back.f:  Likewise.
        * gfortran.dg/write_rewind_2.f:  Likewise.
        * gfortran.dg/write_rewind_1.f:  Likewise.
        * gfortran.dg/write_rewind_2.f:  Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/backspace_5.f
    trunk/gcc/testsuite/gfortran.dg/backspace_6.f
    trunk/gcc/testsuite/gfortran.dg/char_bounds_check_fail_1.f90
    trunk/gcc/testsuite/gfortran.dg/direct_io_2.f90
    trunk/gcc/testsuite/gfortran.dg/write_back.f
    trunk/gcc/testsuite/gfortran.dg/write_rewind_1.f
    trunk/gcc/testsuite/gfortran.dg/write_rewind_2.f


-- 


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


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