[multiple changes]
commitb2ab8c33ed0041184fe3747fbad246a619883600
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 4 Nov 2011 13:52:11 +0000 (4 14:52 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 4 Nov 2011 13:52:11 +0000 (4 14:52 +0100)
tree7f53d4867b8bca91dd3be1c563430e99336b44b7
parent4c3182538905f7e806afcf2358825cce22183991
[multiple changes]

2011-11-04  Hristian Kirtchev  <kirtchev@adacore.com>

* exp_alfa.adb: Add with and use clauses for Exp_Ch8 and
Sem_Util.
(Expand_Alfa): Alphabetize cases on first choice. Add
processing for object renaming declarations, identifiers and
expanded names.
(Expand_Alfa_N_In): Remove useless return.
(Expand_Alfa_N_Object_Renaming_Declaration): New routine.
(Expand_Potential_Renaming): New routine.
* exp_ch8.adb (Evaluate_Name): Moved to the top level.
(Expand_N_Object_Declaration): Alphabetize local variables. Move
Evaluate_Name out to the top level.
* exp_ch8.ads (Evaluate_Name): Moved from body to package spec.
* exp_util.adb (Remove_Side_Effects): Add processing for
functions with side effects in Alfa mode.

2011-11-04  Hristian Kirtchev  <kirtchev@adacore.com>

* gnat_rm.texi: Add entries for
restrictions No_Relative_Delay, No_Requeue_Statements and
No_Stream_Optimizations.

2011-11-04  Ed Schonberg  <schonberg@adacore.com>

* sem_ch4.adb: Set type of entity in prefixed call, for
completeness in a generic context.

From-SVN: r180951
gcc/ada/ChangeLog
gcc/ada/exp_alfa.adb
gcc/ada/exp_ch8.adb
gcc/ada/exp_ch8.ads
gcc/ada/exp_util.adb
gcc/ada/gnat_rm.texi
gcc/ada/sem_ch4.adb