This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: fix libgfortran export prefixes
- From: Richard Henderson <rth at redhat dot com>
- To: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Tue, 14 Dec 2004 14:27:14 -0800
- Subject: Re: fix libgfortran export prefixes
- References: <20041213025217.GA12642@redhat.com> <41BF0A2C.3000506@physik.uni-muenchen.de>
On Tue, Dec 14, 2004 at 04:43:40PM +0100, Tobias Schlüter wrote:
> This introduces a warning in the cases where gfc_get_string is not used,
> because PREFIX("name") is assigned to a char *:
That's surprising. Considering what gfc_get_string does, I'm
surprised it returns a mutable string.
I guess I'll fix it.
r~