CVS difference for ai05s/ai05-0092-1.txt

Differences between 1.17 and version 1.18
Log of other versions for file ai05s/ai05-0092-1.txt

--- ai05s/ai05-0092-1.txt	2011/02/01 22:35:29	1.17
+++ ai05s/ai05-0092-1.txt	2011/02/08 08:21:05	1.18
@@ -1,4 +1,4 @@
-!standard  3.3.1(20.4/2)                             11-02-01  AI05-0092-1/15
+!standard  3.3.1(20.4/2)                             11-02-02  AI05-0092-1/16
 !standard  3.3.1(23)
 !standard  3.9(25.1/2)
 !standard  6.3.1(21.1/2)
@@ -26,7 +26,9 @@
 !standard D.14.2(4/2)
 !standard D.14.2(21/2)
 !standard G.2.2(11)
+!standard J.8(3)
 !class presentation 08-03-05
+!status Amendment 2012 11-02-04
 !status work item 06-03-05
 !status received 06-02-13
 !priority Low
@@ -81,6 +83,8 @@
 
 20) The private part should match other language-defined packages.
 
+21) Correct the example.
+
 !question
 
 1) Generally, "must" shall not be used in normative rules of the standard. However,
@@ -153,6 +157,9 @@
 while other packages "... -- not specified by the language" (dots, lower case
 'n', no period). This should be consistent.
 
+21) The example in J.8 does not show a semicolon after the mod_clause,
+while the grammar does. Which is right? (The syntax.)
+
 [Other questions here.]
 
 !recommendation
@@ -222,6 +229,8 @@
 
 20) Change A.16(44/2) to "... -- not specified by the language".
 
+21) Add a ';' after the second line of J.8(3).
+
 !discussion
 
 1) 3.3.1(20.4/2) uses "must precede", while 3.3.1(20.1-3/2) use "is preceded by".
@@ -318,6 +327,8 @@
 20) Ada.Directories is different from all other language-defined packages, so
 make it consistent.
 
+21) The example doesn't match the Ada 83 syntax, so it must be fixed.
+
 !corrigendum 3.3.1(20.4/2)
 
 @drepl
@@ -731,6 +742,19 @@
 and the previously determined values of S'Model_Mantissa and
 S'Model_Emin.
 
+!corrigendum J.8(3)
+
+@drepl
+@xcode<@b<for> @i<r> @b<use>
+    @b<record at mod> @i<a>
+        ...
+    @b<end record>;>
+@dby
+@xcode<@b<for> @i<r> @b<use>
+    @b<record at mod> @i<a>;
+        ...
+    @b<end record>;>
+
 !ACATS test
 
 None needed.
@@ -1399,5 +1423,12 @@
 or implementation-defined time type (see D.8)."
 
 Maybe this can be dumped into AI05-0092.
+
+****************************************************************
+
+From: Christoph Grein
+Sent: Wednesday, February 2, 2011  6:13 AM
+
+J.8(3) for r use record at mod a{;} ...
 
 ****************************************************************

Questions? Ask the ACAA Technical Agent