diff options
author | Robert Dewar <dewar@adacore.com> | 2010-06-17 10:45:18 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-17 12:45:18 +0200 |
commit | 092ef350718e36fdb53cdeb2665efcb30486f8cf (patch) | |
tree | 1525c8d5e724329aa9414a76a7d00427628a949f /gcc/ada/tbuild.ads | |
parent | 2287a75d05dc2c3fecee4a40173d67df5f2b7919 (diff) | |
download | gcc-092ef350718e36fdb53cdeb2665efcb30486f8cf.zip gcc-092ef350718e36fdb53cdeb2665efcb30486f8cf.tar.gz gcc-092ef350718e36fdb53cdeb2665efcb30486f8cf.tar.bz2 |
exp_fixd.adb, [...]: Use Make_Temporary
2010-06-17 Robert Dewar <dewar@adacore.com>
* exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb, exp_prag.adb,
exp_sel.adb, exp_util.adb, sem_ch10.adb, sem_ch12.adb, sem_ch13.adb,
sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch8.adb, sem_ch9.adb,
sem_dist.adb, sem_util.adb: Use Make_Temporary
* itypes.ads, tbuild.ads: Minor comment update
* exp_ch9.adb, exp_dist.adb: Minor reformatting
From-SVN: r160897
Diffstat (limited to 'gcc/ada/tbuild.ads')
-rw-r--r-- | gcc/ada/tbuild.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads index 2e82cc1..da41111 100644 --- a/gcc/ada/tbuild.ads +++ b/gcc/ada/tbuild.ads @@ -277,6 +277,9 @@ package Tbuild is -- if the identical unit is compiled with a semantically consistent set -- of sources, the numbers will be consistent. This means that it is fine -- to use these as public symbols. + -- + -- Note: Nearly all uses of this function are via calls to Make_Temporary, + -- but there are just a few cases where it is called directly. function New_Occurrence_Of (Def_Id : Entity_Id; |