This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [Patch, fortran] Runtime memory leak checking.


On Saturday 29 November 2008 20:52:41 Dominique Dhumieres wrote:
> +      st_printf (" !! Memory leak in the code generated by the GNU Fortran
> " +		 "compiler.\n !! Please report this issue to "
> +		 "http://gcc.gnu.org/bugzilla/\n";;);

There's a toplevel configuration option, '--with-bugurl'.
Maybe the configured url should  be used instead of a hardcoded one?



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