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