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 fortran/31922] Accessing uninitialized variable for print *, trim(blank_string)



------- Comment #3 from burnus at gcc dot gnu dot org  2007-05-15 08:52 -------
> This patch fixes this.
> +   else
> +     *dest = NULL;

This patch fixes the actual problem and should be committed. Thanks Jerry.


-- 


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


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