This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/34291] Uninitialized variable is used in io/list_read.c which causes segfault
- From: "ek dot kato at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2007 01:11:09 -0000
- Subject: [Bug libfortran/34291] Uninitialized variable is used in io/list_read.c which causes segfault
- References: <bug-34291-15446@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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