[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 21 Jan 2004 10:35:18 +0000 (11:35 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 21 Jan 2004 10:35:18 +0000 (11:35 +0100)
commitadc04486ee5d4b2f20dfdba93f8c4fd52e1ef9b9
tree3f71d31717704c49c8e652580055d3df47d772f6
parent1ef82ef2e4438959b1385c20bd47a1febed98221
[multiple changes]

2004-01-21  Javier Miranda  <miranda@gnat.com>

* exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
entity if already built in the current scope.

* exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
reminder in internal scopes. Required for nested limited aggregates.

2004-01-21  Doug Rupp  <rupp@gnat.com>

* Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
VMS. Replace all occurences of libgnat- and libgnarl- with
libgnat$(hyphen) and libgnarl$(hyphen).
Fixed shared library build problem on VMS.

2004-01-21  Robert Dewar  <dewar@gnat.com>

* mlib-prj.adb: Minor reformatting

2004-01-21  Thomas Quinot  <quinot@act-europe.fr>

* prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
'constant' keywords for declaration of pointers that are not modified.

* exp_pakd.adb: Fix English in comment.

2004-01-21  Ed Schonberg  <schonberg@gnat.com>

PR ada/10889
* sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
copy all attributes of the parent, including the foreign language
convention.

2004-01-21  Sergey Rybin  <rybin@act-europe.fr>

PR ada/10565
* sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
for 'delay until' statement.

From-SVN: r76271
12 files changed:
gcc/ada/7staprop.adb
gcc/ada/ChangeLog
gcc/ada/Makefile.in
gcc/ada/exp_aggr.adb
gcc/ada/exp_ch9.adb
gcc/ada/exp_pakd.adb
gcc/ada/mlib-prj.adb
gcc/ada/prj-tree.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch9.adb
gcc/ada/vms_conv.adb
gcc/ada/xr_tabls.adb