[Bug fortran/31295] Uninitialized variable in libgfortran's _gfortran_eoshift0_4

tkoenig at alice-dsl dot net gcc-bugzilla@gcc.gnu.org
Fri Mar 23 20:15:00 GMT 2007



------- 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



More information about the Gcc-bugs mailing list