This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH, Fortran] Allow warnings given through gfc_error to associate with warning flags
- From: FX <fxcoudert at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Fritz Reese <fritzoreese at gmail dot com>, fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 27 Dec 2016 16:15:14 +0100
- Subject: Re: [PATCH, Fortran] Allow warnings given through gfc_error to associate with warning flags
- Authentication-results: sourceware.org; auth=none
- References: <CAE4aFAnH7KmrwqG7O5J4MerXjrYcWuR=aFWbgvROb7yoU3K0ew@mail.gmail.com> <20161227135029.GK21933@tucnak>
> 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