2016-04-21 Javier Miranda <miranda@adacore.com>
commitf4e188919a7f58747d86c7b54de9a530bd2f4104
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Apr 2016 08:23:05 +0000 (21 08:23 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Apr 2016 08:23:05 +0000 (21 08:23 +0000)
tree43e4cdaf0e507db4df6ce030131201981a3b4903
parent4d9be73d79d37e10ae2824886c5518553d07fdf3
2016-04-21  Javier Miranda  <miranda@adacore.com>

* exp_util.adb (Build_Procedure_Form): No action needed for
subprogram renamings since the backend can generate the call
using the renamed subprogram. This leaves the tree more clean
to the backend.
* exp_ch6.adb (Expand_Call): Extend previous patch for
rewritten-for-c entities to handle subprogram renamings.
(Rewrite_Function_Call_For_C): Handle subprogram renamings.

2016-04-21  Ed Schonberg  <schonberg@adacore.com>

* sem_ch13.adb: Code cleanup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235307 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/exp_ch6.adb
gcc/ada/exp_util.adb
gcc/ada/sem_ch13.adb