diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-09 10:22:49 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-09 10:22:49 +0000 |
commit | ebaec1b14dd688d7494ae59431faad58513ec387 (patch) | |
tree | b860e9e79571c0cf4c70ae107d8c65d89b8adf69 /gcc/ada/freeze.adb | |
parent | d602561b19efbfce6293b23992566d5b7fc23c6f (diff) | |
download | gcc-ebaec1b14dd688d7494ae59431faad58513ec387.tar.gz |
2009-07-09 Emmanuel Briot <briot@adacore.com>
* prj-nmsc.adb (Find_Sources): Avoid error messages from gprbuild from
multi-unit files.
2009-07-09 Thomas Quinot <quinot@adacore.com>
* freeze.adb: Minor reformatting
* exp_ch3.adb: Minor comment fix.
* sinfo.ads: Minor comment fix
2009-07-09 Ed Schonberg <schonberg@adacore.com>
* exp_ch4.adb (Expand_N_Conditional_Expression): Set Related_Expression.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149411 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/freeze.adb')
-rw-r--r-- | gcc/ada/freeze.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/freeze.adb b/gcc/ada/freeze.adb index fffb33f1e53..e66dc14f101 100644 --- a/gcc/ada/freeze.adb +++ b/gcc/ada/freeze.adb @@ -4014,7 +4014,7 @@ package body Freeze is -- For a function, we freeze the entity when the subprogram declaration -- is frozen, but a function call may appear in an initialization proc. - -- before the declaration is frozen. We need to generate the extra + -- before the declaration is frozen. We need to generate the extra -- formals, if any, to ensure that the expansion of the call includes -- the proper actuals. @@ -4067,12 +4067,12 @@ package body Freeze is return; end if; - -- Loop for looking at the right place to insert the freeze nodes + -- Loop for looking at the right place to insert the freeze nodes, -- exiting from the loop when it is appropriate to insert the freeze -- node before the current node P. - -- Also checks some special exceptions to the freezing rules. These - -- cases result in a direct return, bypassing the freeze action. + -- Also checks som special exceptions to the freezing rules. These cases + -- result in a direct return, bypassing the freeze action. P := N; loop |