This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3 branch, trunk, committed] Fix Fortran/11301.
- From: Richard Henderson <rth at redhat dot com>
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 8 Jul 2003 15:25:00 -0700
- Subject: Re: [3.3 branch, trunk, committed] Fix Fortran/11301.
- References: <3F06D7D6.30306@moene.indiv.nluug.nl>
On Sat, Jul 05, 2003 at 03:51:18PM +0200, Toon Moene wrote:
> - t = start_decl (t, TRUE);
> + t = start_decl (t, ffe_is_globals ());
> finish_decl (t, NULL_TREE, TRUE);
The last argument of finish_decl needs to match.
r~