This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31867] function result with character LEN computed at run time
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2007 06:33:16 -0000
- Subject: [Bug fortran/31867] function result with character LEN computed at run time
- References: <bug-31867-14444@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from burnus at gcc dot gnu dot org 2007-05-09 07:33 -------
valgrind shows:
==7067== Syscall param write(buf) points to uninitialised byte(s)
==7067== at 0x5603550: write (in /lib64/libc-2.5.so)
==7067== by 0x4EC1130: do_write (unix.c:336)
==7067== by 0x4EC11D1: fd_flush (unix.c:386)
==7067== by 0x4EC1E17: fd_write (unix.c:761)
==7067== by 0x4EBE905: _gfortrani_next_record (transfer.c:2530)
==7067== by 0x4EBED15: finalize_transfer (transfer.c:2667)
==7067== by 0x4EBED58: _gfortran_st_write_done (transfer.c:2805)
==7067== by 0x40126D: MAIN__ (in /dev/shm/a.out)
==7067== by 0x4012AB: main (fmain.c:22)
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31867