diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-10 16:48:28 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-10 16:48:28 +0200 |
commit | cb73686833844c5e5d24339de05f51057654d7c1 (patch) | |
tree | ac99343b00cf2ffa8727acbc1a83f1cf1e3b78ec /gcc/ada/sinfo.ads | |
parent | 8a78c50d6e09186aa53a95310db705d118ec4bb1 (diff) | |
download | gcc-cb73686833844c5e5d24339de05f51057654d7c1.tar.gz |
[multiple changes]
2009-04-10 Bob Duff <duff@adacore.com>
* rtsfind.ads: Minor code change: make RE_Unit_Table constant.
* rtsfind.adb: Minor comment changes, and remove useless code.
* sinfo.ads: Add ??? comment.
2009-04-10 Vincent Celier <celier@adacore.com>
* vms_data.ads: Add missing GNAT SYNC VMS qualifiers -main= and -U
From-SVN: r145914
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 90c10f90575..fd3a0852ee9 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -1135,7 +1135,8 @@ package Sinfo is -- This flag is set in the N_With_Clause node that is implicitly -- generated for runtime units that are loaded by the expander, and also -- for package System, if it is loaded implicitly by a use of the - -- 'Address or 'Tag attribute. + -- 'Address or 'Tag attribute. ???There are other implicit with clauses + -- as well. -- Includes_Infinities (Flag11-Sem) -- This flag is present in N_Range nodes. It is set for the range of |