From owner-sc22wg5+sc22wg5-dom8=www.open-std.org@open-std.org  Sat Feb 21 04:10:21 2015
Return-Path: <owner-sc22wg5+sc22wg5-dom8=www.open-std.org@open-std.org>
X-Original-To: sc22wg5-dom8
Delivered-To: sc22wg5-dom8@www.open-std.org
Received: by www.open-std.org (Postfix, from userid 521)
	id DF0FD35880B; Sat, 21 Feb 2015 04:10:20 +0100 (CET)
Delivered-To: sc22wg5@open-std.org
Received: from nm14-vm2.access.bullet.mail.gq1.yahoo.com (nm14-vm2.access.bullet.mail.gq1.yahoo.com [216.39.63.42])
	by www.open-std.org (Postfix) with ESMTP id 0DA053567E8
	for <sc22wg5@open-std.org>; Sat, 21 Feb 2015 04:10:18 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1424488217; bh=2kTW/MtaTcA5HG2Lf8tbYxBkLBWz+6KJSBTjTvMcD5U=; h=Date:From:To:Subject:References:In-Reply-To:From:Subject; b=Cr9lmrDlkxXRELjKLsKKk46ojL6p61vPmDF+VPaprfEv20wuG/mlETSptGoTvaltOK3YArbvTTBTE8qESMUNCogW/KQtUiW/NPSeQXGH0a0DRXFfj47TwG1GB3dj4qvP4OgBdh4lloanKRm6W5qwUjy89yCS8p4YmJJ18giEGkfAo0Wfz10gMU7RaPkff1t39aPEdJierqjUDkRUZ6UWWqi8nso0hUuXltxd70ycywIKY7FM5fLezJzMq8B9Yxu2SQiV1AMIfIu5WZA/u7mLZJ6FEhvb5034w59SMpatdhcuAVJ0IzQnccxU5XHNhA0F62U12rMkdB8jQgdM8ACGBQ==
Received: from [216.39.60.167] by nm14.access.bullet.mail.gq1.yahoo.com with NNFMP; 21 Feb 2015 03:10:17 -0000
Received: from [98.138.104.98] by tm3.access.bullet.mail.gq1.yahoo.com with NNFMP; 21 Feb 2015 03:10:17 -0000
Received: from [127.0.0.1] by smtp118.sbc.mail.ne1.yahoo.com with NNFMP; 21 Feb 2015 03:10:17 -0000
X-Yahoo-Newman-Id: 431003.98724.bm@smtp118.sbc.mail.ne1.yahoo.com
X-Yahoo-Newman-Property: ymail-3
X-YMail-OSG: utEL0_4VM1kW4RBCKMLhc_bx3hvkucNPFn0aqc9iD4Spd6P
 9oryq5eZHtU3CqRMl9.h2xqj0GUHUT4vKRiercA2ryidkytAE8.GZ638qim6
 EuLDfN3qFwc3fwwFqvpNbZLsPBfGuuwBbvXfl.1lODzCSx6etS02re8sH5wz
 FzTvgpmECtlK0__DSvvrWTSNqDrCBXTUDF0EDMuq.VJ7x9mIpFmO_jMktGfh
 iKrCr2alo77usi7eWmiWtz4faMQBuXk1IDf1VVEPN5ofmYteMIRQxt1d64MR
 HvnMILwBPErdHyHgXPTLusEH6YttFEvZGnM4nerSBFAyd_bbYJzJI7Y3BaFk
 jFERte.GD2wcSLfQZk9LP68BqmG8alwj9nVAyDCvagMAs0X0MoqKTEnfFUU1
 vOGqCFb5HhE24thGO0EBfyw7YLqVzyd.Fl82ZZ8VCktjMgMIzql5gsuaw0EE
 uGJnXn_G.N3ThGMpFuTN2THdxRZi2pLnzeU.VEqxquDFK6EG6kGF3wc0gGeF
 npidZMQRkFFHnlPk2mBmgpTos3VtITlMQLKH5Gr22.V2m.bgckfM-
X-Yahoo-SMTP: EsWMRgGswBCJ115Lh3i7tuoFc7oZg_W1NL_P8LouqQe9CakaKQ--
Message-ID: <54E7F717.8030200@jpl.nasa.gov>
Date: Fri, 20 Feb 2015 19:10:15 -0800
From: Van Snyder <van.snyder@jpl.nasa.gov>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4
MIME-Version: 1.0
To: WG5 <sc22wg5@open-std.org>
Subject: Re: (j3.2006) (SC22WG5.5447) [ukfortran] Response to TS ballot
References: <20150219231019.EF7E83570D2@www.open-std.org> <20150220023038.D13963570D2@www.open-std.org>
In-Reply-To: <20150220023038.D13963570D2@www.open-std.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Sender: owner-sc22wg5@open-std.org
Precedence: bulk

Malcolm Cohen wrote:
> "INNERMOST" HAS NO MEANING in the case of executing 
> code outside (but called from) a CHANGE TEAM construct.  Innermost is a spacial 
> term referring to the placement of statements and constructs *Lexically Within* 
> other constructs.  It is not a temporal term referring to the order of 
> execution!
>   

The Ada standard has this definition:

    "If the execution of construct <a> is defined by this International
    Standard to consist (in part) of the execution of construct <b>,
    then while <b> is executing, the execution of <a> is said to
    <dynamically enclose> the execution of <b>.  The <innermost
    dynamically enclosing> execution of  a given execution is the
    dynamically enclosing execution that started most recently."


Perhaps a similar definition  would benefit us.

