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: [PATCH] Use void_list_node more in Fortran FE, don't make MAIN__ call varargs


On Tue, Aug 17, 2010 at 07:32:26PM +0200, Tobias Burnus wrote:
>  On 08/17/2010 07:25 PM, Jakub Jelinek wrote:
> >As discussed in the PR, this patch just makes MAIN__ call non-varargs (for
> >other calls more work is needed)
> 
> Namely, one should generate the interface based on the usage of the
> call; that way one can also give better diagnostics. (Cf. PR and PR
> linked in the PR.)

That and also using void_list_node TYPE_ARG_TYPES if the procedure is known
to have zero arguments.

> >Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
> 
> OK. Thanks for the patch.

Thanks.

	Jakub


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