This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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] Allow warnings given through gfc_error to associate with warning flags


> 2016-12-27  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* gfortran.h (gfc_error): Rename overload with OPT argument to...
> 	(gfc_error_opt): ... this.
> 	* error.c (gfc_error): Rename overloads with OPT argument to...
> 	(gfc_error_opt): ... this.  Adjust callers.
> 	(gfc_notify_std, gfc_error): Adjust callers.
> 	* resolve.c (resolve_structure_cons, resolve_global_procedure): Use
> 	gfc_error_opt instead of gfc_error.
> 	* interface.c (argument_rank_mismatch, compare_parameter,
> 	gfc_check_typebound_override): Likewise.  Fix up formatting.

OK. Thanks for taking care of that.

FX


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