[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-03-15 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 --- Comment #7 from Janne Blomqvist jb at gcc dot gnu.org 2011-03-15 15:26:05 UTC --- (In reply to comment #3) (In reply to comment #2) If not before, perhaps something to fix when/if we change to use size_t for string lengths, see

[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-03-15 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 --- Comment #8 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org 2011-03-15 15:36:16 UTC --- (In reply to comment #7) - Yes, Fortran itself does not have unsigned integers, but the string length type is invisible to Fortran programs.

[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-03-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 --- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org 2011-03-12 08:03:37 UTC --- (In reply to comment #3) (In reply to comment #2) Which is wrong. This is fixed by the patch: The patch is OK with a changelog and CCing the patch to

[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-03-12 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 --- Comment #5 from Francois-Xavier Coudert fxcoudert at gcc dot gnu.org 2011-03-12 10:28:04 UTC --- Author: fxcoudert Date: Sat Mar 12 10:28:01 2011 New Revision: 170898 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170898 Log: PR

[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-03-12 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-03-11 Thread fxcoudert at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 Francois-Xavier Coudert fxcoudert at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-02-22 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 --- Comment #2 from Janne Blomqvist jb at gcc dot gnu.org 2011-02-22 15:34:57 UTC --- This seems to be because the libgfortran implementation uses gfc_charlen_type for the length of the string, but the frontend passes the address of an integer(8)

[Bug fortran/47552] CTIME: Valgrind warning depends on uninitialised value

2011-01-31 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47552 Janne Blomqvist jb at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last