This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [3.3 branch, trunk, committed] Fix Fortran/11301.


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~


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