diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-17 08:49:10 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-17 08:49:10 +0000 |
commit | 8da866b7dc6a7426782312d5ed32f907b6382add (patch) | |
tree | 066e1adebcc7146bf71fc691cc7a5d509266e72e /gcc/ada/switch-c.ads | |
parent | edfaec46f730a74fa9af37cc921415a1b9cf9dae (diff) | |
download | gcc-8da866b7dc6a7426782312d5ed32f907b6382add.tar.gz |
2010-06-17 Robert Dewar <dewar@adacore.com>
* switch-c.ads, switch-c.adb, sem_ch13.adb: Minor reformatting.
* sem_ch12.adb: Add pragmas Assert and Check to previous change.
2010-06-17 Gary Dismukes <dismukes@adacore.com>
* layout.adb (Layout_Type): Broaden test for setting an array type's
Component_Size to include all scalar types, not just discrete types
(components of real types were missed).
* sem_ch3.adb (Constrain_Index): Add missing setting of First_Literal
on the itype created for an index (consistent with Make_Index and
avoids possible Assert_Failures).
2010-06-17 Robert Dewar <dewar@adacore.com>
* atree.ads, atree.adb: Add 6-parameter version of Ekind_In
* einfo.adb: Minor code reformatting (use Ekind_In)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/switch-c.ads')
-rw-r--r-- | gcc/ada/switch-c.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/switch-c.ads b/gcc/ada/switch-c.ads index 84d8812ea47..db7ffc3ddf4 100644 --- a/gcc/ada/switch-c.ads +++ b/gcc/ada/switch-c.ads @@ -41,6 +41,7 @@ package Switch.C is -- an optional terminating NUL character is allowed. A bad switch causes -- a fatal error exit and control does not return. The call also sets -- Usage_Requested to True if a switch -gnath is encountered. + -- -- Arg_Rank is the position of the switch in the command line arguments. -- It is used for certain switches -gnatx to check if a subsequent switch -- -gnat-x cancels the switch -gnatx. |