This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] PR 15273 pure subroutines get optimized away
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>,patch <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 22 May 2004 14:29:48 +0100
- Subject: Re: [gfortran] PR 15273 pure subroutines get optimized away
- Organization: CodeSourcery
- References: <4097F47D.10005@physik.uni-muenchen.de>
> 2004-05-04 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
> * trans-decl.c (gfc_get_extern_function_decl): Set DECL_IS_PURE
> only for functions.
> (gfc_build_function_decl): Likewise.
Applied, thanks.
Paul