[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 22 Apr 2013 10:44:46 +0000 (12:44 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 22 Apr 2013 10:44:46 +0000 (12:44 +0200)
commitf6820c2d0eb622884ac873db8d0e360c2ff4480e
treed0a41249d44138bcc6fb4de33ba0fc5937bac577
parent16d3a85360dde6290cd043d6da3f6b5adb1b98e6
[multiple changes]

2013-04-22  Pascal Obry  <obry@adacore.com>

* gnat_ugn.texi, prj-nmsc.adb, projects.texi: Add check for
Library_Standalone and Library_Kind.

2013-04-22  Ed Schonberg  <schonberg@adacore.com>

* exp_ch6.adb (Expand_Actuals): If the call is to an
inherited operation and the actual is a by-reference type with
predicates, add predicate call to post-call actions.
* sem_util.adb (Is_Inherited_Operation_For_Type): Fix coding
error: a type declaration has a defining identifier, not an Etype.
* sem_res.adb: Restore code removed because of above error.

2013-04-22  Doug Rupp  <rupp@adacore.com>

* init.c (__gnat_handle_vms_condition): Also match C$_SIGINT.

From-SVN: r198130
gcc/ada/ChangeLog
gcc/ada/exp_ch6.adb
gcc/ada/gnat_ugn.texi
gcc/ada/init.c
gcc/ada/prj-nmsc.adb
gcc/ada/projects.texi
gcc/ada/sem_res.adb
gcc/ada/sem_util.adb