From takata@edogawa-u.ac.jp  Wed Jan 17 23:50:17 2001
Received: from mails.netlaputa.ne.jp (mails.netlaputa.ne.jp [210.158.230.83])
	by dkuug.dk (8.9.2/8.9.2) with ESMTP id XAA47780
	for <sc22wg5@dkuug.dk>; Wed, 17 Jan 2001 23:50:15 +0100 (CET)
	(envelope-from takata@edogawa-u.ac.jp)
Received: from smtp.netlaputa.ne.jp (smtp.netlaputa.ne.jp [210.158.230.85])
	by mails.netlaputa.ne.jp (8.9.2+3.1W/mails) with ESMTP id HAA01004
	for <sc22wg5@dkuug.dk>; Thu, 18 Jan 2001 07:51:19 +0900 (JST)
Received: from takata-n5 (tm6-ppp147.netlaputa.ne.jp [202.208.215.147])
	by smtp.netlaputa.ne.jp (8.9.3/smtp-tk) with SMTP id HAA19885
	for <sc22wg5@dkuug.dk>; Thu, 18 Jan 2001 07:50:10 +0900 (JST)
Message-Id: <200101172250.HAA19885@smtp.netlaputa.ne.jp>
X-Sender: takata@edogawa-u.ac.jp
X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5-J (32)
Date: Thu, 18 Jan 2001 07:51:47 +0900
To: sc22wg5@dkuug.dk
From: TAKATA Masayuki <takata@edogawa-u.ac.jp>
Subject: Re: (SC22WG5.1987) N1423: WG5 letter ballot on interpretations
In-Reply-To: <200101171605.RAA34380@dkuug.dk>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

Yes   No    Number       Title
x
---   ---   000014       Format of complex numbers in list-directed
                           and namelist output 
x
---   ---   000015       Commas in list-directed output

x
---   ---   000032       Is the TRANSFER function result undefined?
x
---   ---   000073       Is padding allowed in storage sequences?
      x
---   ---   000075       Defined assignment and INTENT(IN) dummy
                           arguments in PURE procedures
x
---   ---   F90/000197   Relationship of NEAREST and SPACING
x
---   ---   JP-12        Bounds of each dimension of an array pointer


Reason for "no" to 075:

The example in the QUESTION includes:

>   PURE FUNCTION t_plus_t(a,b)
>     TYPE(t) t_plus_t,a,b
>     INTENT(IN) a,b
>     t_plus_t = a                                  !defined assignment
> !Alternative: CALL t_asgn_t(a,b)
>     t_plus_t%value = t_plus_t%value + b%value
>   END FUNCTION

The commented-out CALL statement should read:

  !Alternative: CALL t_asgn_t(t_plus_t,a)

This should be mentioned in the ANSWER, or, preferably, the QUESTION itself
be amended accordingly.


--
Takata, Masayuki (Mr.)
Associate Professor, Edogawa University
Komaki 474, Nagareyama, Chiba 270-0198 Japan
Tel: +81-471-52-0661 ext.546  Fax: +81-471-54-2490
