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, fortran] PR68534 - No error on mismatch in number of arguments between submodule and module interface


On Sat, Nov 28, 2015 at 11:35:54AM +0100, Paul Richard Thomas wrote:
> + 
> +       /* Abreviated module procedure declaration is not meant to have any

s/Abreviated/Abbreviated

> + 	 formal arguments!  */
> +       if (!sym->abr_modproc_decl && formal && !head)
> + 	arg_count_mismatch = true;
> + 

OK to commit.

-- 
Steve


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