diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-29 13:27:42 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-29 13:27:42 +0000 |
commit | 617767399668771ee82c740e448cde8f7d1ba6b1 (patch) | |
tree | 92accbfd333b2b1974bccb80ee74edf872ea5cf8 /gcc/ada/sinfo.ads | |
parent | 4d0944e9c85825bf49a6468ee5f9373f45299c71 (diff) | |
download | gcc-617767399668771ee82c740e448cde8f7d1ba6b1.tar.gz |
2014-07-29 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sinfo.ads, types.ads, sem_prag.adb, a-except-2005.adb,
sem_ch6.adb, par-ch3.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213174 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 1b2ae3ea2d6..2533f5b56fd 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -1850,6 +1850,9 @@ package Sinfo is -- expected type is a thin pointer to unconstrained array. This flag is -- to assist in detecting this illegal use of Unrestricted_Access. + -- Null_Excluding_Subtype (Flag16) + -- ??? needs documentation ??? + -- Original_Discriminant (Node2-Sem) -- Present in identifiers. Used in references to discriminants that -- appear in generic units. Because the names of the discriminants may be |