]> gcc.gnu.org Git - gcc.git/commit
sem_ch8.adb (Analyze_Subprogram_Renaming): Alphabetize globals and move certain varia...
authorHristian Kirtchev <kirtchev@adacore.com>
Fri, 1 Aug 2014 13:56:13 +0000 (13:56 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 1 Aug 2014 13:56:13 +0000 (15:56 +0200)
commitfc193526f31a0ea8746348e0ee67aa37c6e7a9c7
treeea7345c1bd9f32e3164b90482ed6172c57216f76
parent4887624ec89edfe47471a467732b9c85537b3ff5
sem_ch8.adb (Analyze_Subprogram_Renaming): Alphabetize globals and move certain variables to the "local variable" section.

2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_ch8.adb (Analyze_Subprogram_Renaming): Alphabetize
globals and move certain variables to the "local
variable" section. Call Build_Class_Wide_Wrapper when
renaming a default actual subprogram with a class-wide actual.
(Build_Class_Wide_Wrapper): New routine.
(Check_Class_Wide_Actual): Removed.
(Find_Renamed_Entity): Code reformatting.
(Has_Class_Wide_Actual): Alphabetize. Change the
logic of the predicate as the renamed name may not necessarely
denote the correct subprogram.

From-SVN: r213467
gcc/ada/ChangeLog
gcc/ada/sem_ch8.adb
This page took 0.059247 seconds and 5 git commands to generate.