[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 13 Oct 2016 12:54:42 +0000 (14:54 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 13 Oct 2016 12:54:42 +0000 (14:54 +0200)
commit5dc203d228f3bafc063278e4b6ef7954300b3908
treefa92f8d930db55b708a519f95013bf6c71ed1f8c
parent3396fcc095e2ee8f247af414aeb448c15bf88f28
[multiple changes]

2016-10-13  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_ch10.adb (Entity_Needs_Body): A generic
subprogram renaming needs a body if the renamed unit is declared
outside the current compilation unit.

2016-10-13  Hristian Kirtchev  <kirtchev@adacore.com>

* sinfo.ads, sem_ch12.adb, sem.adb, expander.adb, sem_res.ads,
sem_ch4.adb, sem_ch8.adb, s-memory.adb: Minor reformatting.

2016-10-13  Vincent Celier  <celier@adacore.com>

* gnatcmd.adb: Delete all temporary files when invoked as gnat
list -V -P ...

2016-10-13  Ed Falis  <falis@adacore.com>

* impunit.adb: add i-vxinco.ads.
* s-interr-vxworks.adb: add hook for user interrupt connection routine.

From-SVN: r241112
13 files changed:
gcc/ada/ChangeLog
gcc/ada/expander.adb
gcc/ada/gnatcmd.adb
gcc/ada/impunit.adb
gcc/ada/s-interr-vxworks.adb
gcc/ada/s-memory.adb
gcc/ada/sem.adb
gcc/ada/sem_ch10.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_ch8.adb
gcc/ada/sem_res.ads
gcc/ada/sinfo.ads