This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] Runtime memory leak checking.
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Date: Sat, 29 Nov 2008 21:10:15 +0100
- Subject: Re: [Patch, fortran] Runtime memory leak checking.
- References: <20081129195241.9A9F23BABA@mailhost.lps.ens.fr>
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?