diff options
author | Robert Dewar <dewar@adacore.com> | 2009-04-07 14:18:13 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-07 16:18:13 +0200 |
commit | c27f2f15fde7c742e7b6fa996a7b35cf5e8c9f66 (patch) | |
tree | d65b03473be892ceb27cc44836f2954c06de5996 /gcc/ada/vms_data.ads | |
parent | afb90d93a4a9a67c2ba19d6e7e571309cf743968 (diff) | |
download | gcc-c27f2f15fde7c742e7b6fa996a7b35cf5e8c9f66.zip gcc-c27f2f15fde7c742e7b6fa996a7b35cf5e8c9f66.tar.gz gcc-c27f2f15fde7c742e7b6fa996a7b35cf5e8c9f66.tar.bz2 |
checks.adb: Remove Assume_Valid parameter from In_Subrange_Of calls
2009-04-07 Robert Dewar <dewar@adacore.com>
* checks.adb:
Remove Assume_Valid parameter from In_Subrange_Of calls
* sem_eval.adb:
(Is_Subrange_Of): Remove Assume_Valid parameter, not needed
(Is_In_Range): Remove incorrect use of Assume_Valid
(Is_Out_Of_Range): Remove incorrect use of Assume_Valid
* sem_eval.ads:
(Is_Subrange_Of): Remove Assume_Valid parameter, not needed
(Is_In_Range): Documentation cleanup
(Is_Out_Of_Range): Documentation cleanup
* gnat_rm.texi:
Add documentation for Assume_No_Invalid_Values pragma
* sem_ch12.adb: Minor reformatting
* sem_ch6.adb: (Check_Conformance): Avoid cascaded errors
* sem_prag.adb: Improve error message.
* gnatchop.adb, osint.ads, sinput.adb, sinput.ads, styleg.adb:
LF/CR no longer recognized as line terminator
* switch.ads: Minor documentation improvement
* vms_data.ads: Minor reformatting
From-SVN: r145675
Diffstat (limited to 'gcc/ada/vms_data.ads')
-rw-r--r-- | gcc/ada/vms_data.ads | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/vms_data.ads b/gcc/ada/vms_data.ads index 446f7cb..6795a0a 100644 --- a/gcc/ada/vms_data.ads +++ b/gcc/ada/vms_data.ads @@ -3715,7 +3715,7 @@ package VMS_Data is -- Specifies the main project file to be used. The project files rooted -- at the main project file will be parsed before looking for sources. -- The source and object directories to be searched will be communicated - -- to gnatfind through logical names ADA_PRJ_INCLUDE_FILE and + -- to gnatfind through logical names ADA_PRJ_INCLUDE_FILE and -- ADA_PRJ_OBJECTS_FILE. S_Find_Ref : aliased constant S := "/REFERENCES " & @@ -5829,6 +5829,7 @@ package VMS_Data is -- -- Specify the case of Ada keywords. The default is keywords in lower -- case. + -- -- keyword-option may be one of the following: -- -- LOWER_CASE (D) @@ -5845,9 +5846,9 @@ package VMS_Data is -- /MAX_INDENT=nnn -- -- Do not use an additional indentation level for case alternatives - -- and variants if their number is nnn or more. The default is 10. - -- If nnn is zero, an additional indentation level is used for any number - -- of case alternatives and variants. + -- and variants if their number is nnn or more. The default is 10. + -- If nnn is zero, an additional indentation level is used for any + -- number of case alternatives and variants. S_Pretty_Mess : aliased constant S := "/MESSAGES_PROJECT_FILE=" & "DEFAULT " & |