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/34291] Uninitialized variable is used in io/list_read.c which causes segfault



------- Comment #4 from ek dot kato at gmail dot com  2007-11-30 01:11 -------
I can't provide a simple test case sorry, but I now realized that it seems to
be related that READ() for a namelist file ended with "&END" instead of "/"
causes the problem.

I use a library which creates namelist file by itself, and it puts "&END".  If
I replace the "&END" with "/", libgfortran doesn't seem to crash.


-- 


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


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