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/31295] Uninitialized variable in libgfortran's _gfortran_eoshift0_4



------- Comment #1 from tkoenig at alice-dsl dot net  2007-03-23 20:14 -------
The eoshift.f90 case is 'mostly harmless'.  We are doing calculations
with the value, but don't actually use this for anything.

We can "fix" this (cosmetic fix for valgrind, really) by
setting sstride[0] to an arbitray value that would cause
a segfault if the value was actually used for anything.


-- 


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


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