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 fortran/32924] New: "Conditional jump depends on uninitialised value": gfortran.dg/large_unit_1.f90


compiling testsuite/gfortran.dg/large_unit_1.f90
and running valgrind ./a.out shows the following error message. The error
message shown is:
  At line 8 of file large_unit_1.f90
  Fortran runtime error: Unit number in I/O statement too large

==20895== Conditional jump or move depends on uninitialised value(s)
==20895==    at 0x4E3D9B1: _gfortrani_show_locus (error.c:256)
==20895==    by 0x4E3DFB4: _gfortran_generate_error (error.c:502)
==20895==    by 0x400A88: MAIN__ (large_unit_1.f90:8)
==20895==    by 0x400D1B: main (fmain.c:22)
At line 8 of file large_unit_1.f90
Fortran runtime error: Unit number in I/O statement too large


-- 
           Summary: "Conditional jump depends on uninitialised value":
                    gfortran.dg/large_unit_1.f90
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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