home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
- Errata for changes to Chapter 13 version 21
-
-
-
- 13.4 Record Representation Clauses (paragraph 7)13.4 Record Representation Clauses (paragraph 7)13.4 Record Representation Clauses (paragraph 7)
-
-
- Storage places within a record variant must not overlap, but overlap of the storage for distinct
- variants is allowed. Each component clause must allow for enough storage space to accommodate
- every allowable value of the component. A component clause is only allowed for a component if any
- constraint on this component or on any of its subcomponents is static.
-
-
-
-
- 13.8 Machine Code Insertions (paragraph 4)13.8 Machine Code Insertions (paragraph 4)13.8 Machine Code Insertions (paragraph 4)
-
-
- Each machine instruction appears as a record aggregate of a record type that defines the
- corresponding instruction. The base type of the type mark of a code statement must be declared
- within the predefined library package called MACHINE_CODE; this package must be named by a with
- clause that applies to the compilation unit in which the code statement occurs. An implementation
- is not required to provide such a package.
-
-
-
- 13.8 Machine Code Insertions (paragraph 8)13.8 Machine Code Insertions (paragraph 8)13.8 Machine Code Insertions (paragraph 8)
-
-
- paragraph deleted
-
-
-
- 13.10.1 Unchecked Storage Deallocation (paragraph 7)13.10.1 Unchecked Storage Deallocation (paragraph 7)13.10.1 Unchecked Storage Deallocation (paragraph 7)
-
-
- It is a consequence of the visibility rules that the generic procedure UNCHECKED_DEALLOCATION is
- not visible in a compilation unit unless this generic procedure is mentioned by a with clause that
- applies to the compilation unit.
-
-
-
- 13.10.2 Unchecked Type Conversions (paragraph 1)13.10.2 Unchecked Type Conversions (paragraph 1)13.10.2 Unchecked Type Conversions (paragraph 1)
-
-
- An unchecked type conversion can be achieved by a call of a function that is obtained by
- instantiation of the generic function UNCHECKED_CONVERSION.
-
-
-
- 13.10.2 Unchecked Type Convensions (paragraph 4)13.10.2 Unchecked Type Convensions (paragraph 4)13.10.2 Unchecked Type Convensions (paragraph 4)
-
-
- It is a consequence of the visibility rules that the generic function UNCHECKED_CONVERSION is not
- visible in a compilation unit unless this generic function is mentioned by a with clause that
- applies to the compilation unit.
-
-
-
-
-
- -1 Unchecked Type Convensions (paragraph 4) 13.10.2
-