diff options
author | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-18 00:03:38 +0000 |
---|---|---|
committer | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-18 00:03:38 +0000 |
commit | 1d7e0b5bf959e801a664826884738246a1e0cd5d (patch) | |
tree | 55411d765913c523d99194e1fdf09285ac70e7f4 /gcc/ada/gnat_rm.texi | |
parent | 6044ac40cef64da0badb24a1f9878241f335bb6e (diff) | |
download | gcc-1d7e0b5bf959e801a664826884738246a1e0cd5d.tar.gz |
* gnat_rm.texi: Fix minor typos. Found while reading the section
regarding "Bit_Order Clauses" that was sent to a customer.
Very interesting documentation!
* sem_case.adb (Choice_Image): Avoid creating improper character
literal names by using the routine Set_Character_Literal_Name. This
fixes bombs in certain error message cases.
* a-reatim.adb: Minor reformatting.
* sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
case where the formal is an extension of another formal in the current
unit or in a parent generic unit.
* s-tposen.adb: Update comments. Minor reformatting.
Minor code clean up.
* s-tarest.adb: Update comments. Minor code reorganization.
* exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
when Java_VM.
* exp_attr.adb: Minor reformatting
* sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
derivations nested within a child unit: verify that the parent
type is declared in an outer scope.
* sem_ch12.adb: Minor reformatting
* sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
warning if current unit is a predefined one, from which bodies may
have been deleted.
* eval_fat.ads: Add comment that Round_Even is referenced in Ada code
Fix header format. Add 2001 to copyright date.
* exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
which caused CE during compilation if checks were enabled.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48136 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnat_rm.texi')
-rw-r--r-- | gcc/ada/gnat_rm.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 5aedc4d5537..4c2f116318f 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -9,7 +9,7 @@ @c o @c G N A T _ RM o @c o -@c $Revision: 1.1 $ +@c $Revision$ @c o @c Copyright (C) 1992-2001 Ada Core Technologies, Inc. o @c o @@ -39,8 +39,8 @@ @title GNAT Reference Manual @subtitle GNAT, The GNU Ada 95 Compiler @subtitle Version 3.15w -@subtitle Document revision level $Revision: 1.1 $ -@subtitle Date: $Date: 2001/10/26 13:55:51 $ +@subtitle Document revision level $Revision$ +@subtitle Date: $Date$ @author Ada Core Technologies, Inc. @page @@ -84,7 +84,7 @@ GNAT, The GNU Ada 95 Compiler Version 3.14a -Date: $Date: 2001/10/26 13:55:51 $ +Date: $Date$ Ada Core Technologies, Inc. @@ -7830,7 +7830,7 @@ will be flagged as illegal by GNAT@. Since the misconception that Bit_Order automatically deals with all endian-related incompatibilities is a common one, the specification of a component field that is an integral number of bytes will always -generate a warning This warning may be suppressed using +generate a warning. This warning may be suppressed using @code{pragma Suppress} if desired. The following section contains additional details regarding the issue of byte ordering. @@ -7840,7 +7840,7 @@ details regarding the issue of byte ordering. @cindex ordering, of bytes @noindent -In this section we will review the effec of the @code{Bit_Order} attribute +In this section we will review the effect of the @code{Bit_Order} attribute definition clause on byte ordering. Briefly, it has no effect at all, but a detailed example will be helpful. Before giving this example, let us review the precise |