This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] PR fortran/79305 -- Fix spelling in #if defined() condition
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, rguenther at suse dot de
- Date: Tue, 31 Jan 2017 19:41:27 +0100
- Subject: Re: [PATCH] PR fortran/79305 -- Fix spelling in #if defined() condition
- Authentication-results: sourceware.org; auth=none
- References: <20170131183514.GC64652@troutmask.apl.washington.edu>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Jan 31, 2017 at 10:35:14AM -0800, Steve Kargl wrote:
> I would like to apply the following patch to trunk. It technically
> isn't a regression or documentation fix. Is this ok with the release
> managers?
Ok.
>
> 2017-01-31 Steven G. Kargl <kargl@gcc.gnu.org>
>
> PR fortran/79305
> * libgfortran/c99_protos.h: Spell HAVE_EXPL correctly.
> * libgfortran/intrinsics/c99_functions.c: Ditto.
But please no libgfortran/ prefix in libgfortran/ChangeLog.
Jakub