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: gfc_notify_std semantics?


Steve,

On Wed, Nov 12, 2008 at 8:39 AM, Steve Kargl
<sgk@troutmask.apl.washington.edu> wrote:
> Can someone remind me of the semantics of gfc_notify_std?  I have
> a patch in progress that contains
>
>  if (errmsg
>      && gfc_notify_std (GFC_STD_F2003, "Fortran 2003: ERRMSG at %L",
>                         &errmsg->where))
>    goto cleanup;
>

If (errmsg && std < F2003) { print "Fortran 2003: ERRMSG at %L"; goto cleanup;}

surely????

Paul


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