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

Differences between 1.1 and version 1.2
Log of other versions for file ai05s/ai05-0298-1.txt

--- ai05s/ai05-0298-1.txt	2012/05/18 06:45:45	1.1
+++ ai05s/ai05-0298-1.txt	2012/05/19 02:41:48	1.2
@@ -108,6 +108,14 @@
 
 In 13.11.4(16/3), modify "return {Storage_Elements.}Storage_Count".
 
+In 13.11.6(11/3), replace:
+      Storage         : Storage_Array (1 .. Pool_Size);
+      Next_Allocation : Storage_Count := 1;
+by:
+      Storage         : Storage_Array (0 .. Pool_Size-1);
+      Next_Allocation : Storage_Count := 0;
+[Note: This is necessary so alignment works properly.]
+
 In 13.11.6(12/3), delete "aliased".
 
 In 13.11.6(16/3) and (25/3), the Pool parameter should have mode "in out".

Questions? Ask the ACAA Technical Agent