2015-01-06 Ed Schonberg <schonberg@adacore.com>
commit555d84e1ceaf256028d14e5cd025ee7efcf77d9e
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jan 2015 10:22:41 +0000 (6 10:22 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jan 2015 10:22:41 +0000 (6 10:22 +0000)
tree6a6bd4a86df01a948ed4eeae70967786292cf016
parent7e0d01bfbc5f5610cd3448e71cb4c595c3aff091
2015-01-06  Ed Schonberg  <schonberg@adacore.com>

* sem_ch12.adb: Sloc of wrapper is that of instantiation.

2015-01-06  Robert Dewar  <dewar@adacore.com>

* sem_ch11.adb: Minor reformatting.

2015-01-06  Ed Schonberg  <schonberg@adacore.com>

* exp_aggr.adb (Get_Assoc_Expr): New routine internal to
Build_Array_Aggr_Code, used to initialized components covered
by a box association. If the component type is scalar and has
a default aspect, use it to initialize such components.

2015-01-06  Pascal Obry  <obry@adacore.com>

* rtinit.c (__gnat_runtime_initialize): Add a parameter to
control the setup of the exception handler.
* initialize.c: Remove unused declaration.
* bindgen.adb: Always call __gnat_runtime_initialize and pass
whether the exeception handler must be set or not.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219251 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/bindgen.adb
gcc/ada/exp_aggr.adb
gcc/ada/initialize.c
gcc/ada/rtinit.c
gcc/ada/sem_ch11.adb
gcc/ada/sem_ch12.adb