[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 Oct 2015 11:37:17 +0000 (12:37 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 Oct 2015 11:37:17 +0000 (12:37 +0100)
commitec6cfc5dc2d118e005edd98ecfef10de1fc48ad1
treec80668d954e74578f7c175065fedc3cbf8832737
parentbed87f4f07d0a5d6cddb8121ad55fdd0356c6b76
[multiple changes]

2015-10-26  Ed Schonberg  <schonberg@adacore.com>

* sem_disp.adb (Check_Controlling_Type): Handle properly the
case of an incomplete type whose full view is tagged, when a
primitive operation of the type is declared between the two views.

2015-10-26  Bob Duff  <duff@adacore.com>

* adaint.c (__gnat_locate_exec_on_path): If the PATH environment
variable is not set, do not return NULL, because we can still find
the executable if it includes a directory name.

2015-10-26  Ed Schonberg  <schonberg@adacore.com>

* sem_elab.adb (Elab_Warning): Under dynamic elaboration, when
elaboration warnings are enabled, emit proper warning header
when triggered by an access attribute.

2015-10-26  Steve Baird  <baird@adacore.com>

* exp_ch11.adb: If CodePeer_Mode is true, generate simplified
SCIL for exception declarations.
* exp_ch11.adb (Expand_N_Exception_Declaration) If CodePeer_Mode
is True, initialize the Full_Name component of the exception
record to null instead of to the result of an unchecked
conversion.

2015-10-26  Ed Schonberg  <schonberg@adacore.com>

* exp_unst.adb (Note_Uplevel_Ref) : Handle properly a reference
that denotes a function returning a constrained array, that has
been rewritten as a procedure.
* makeutl.ads: Minor edit.

From-SVN: r229340
gcc/ada/ChangeLog
gcc/ada/adaint.c
gcc/ada/exp_ch11.adb
gcc/ada/exp_unst.adb
gcc/ada/makeutl.ads
gcc/ada/sem_disp.adb
gcc/ada/sem_elab.adb