CVS difference for ai12s/ai12-0005-1.txt

Differences between 1.20 and version 1.21
Log of other versions for file ai12s/ai12-0005-1.txt

--- ai12s/ai12-0005-1.txt	2016/08/20 00:11:46	1.20
+++ ai12s/ai12-0005-1.txt	2016/12/28 04:20:38	1.21
@@ -903,7 +903,33 @@
 
 ***************************************************************
 
-Editor's note (August 31, 2016): All of the items above this
+From: Steve Baird
+Sent: Thursday, October 6, 2016  2:06 PM
+
+In AARM 13.1 we've got
+
+   22.d
+   The above code should instead be written like this:
+   22.e
+     Y : constant Address := G(...);
+     X : Integer := F(...);
+     for X'Address use Y;
+
+Should the last two lines be replaced with
+
+     X : Integer := F(...) with Address => Y;
+
+?
+
+I figured you'd want to hear about this while you are dealing with all the
+last-minute stuff just before an ARG meeting.
+
+[Editor's note: changed 13.1(14.c, 14.d, 22.b, and 22.e to use
+aspects.]
+
+***************************************************************
+
+Editor's note (December 15, 2016): All of the items above this
 marker have been included in the working version of the AARM.
 
 ****************************************************************

Questions? Ask the ACAA Technical Agent