r235317 - in /trunk/gcc/ada: ChangeLog alloc.ad...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Thu Apr 21 08:57:00 GMT 2016


Author: charlet
Date: Thu Apr 21 08:57:30 2016
New Revision: 235317

URL: https://gcc.gnu.org/viewcvs?rev=235317&root=gcc&view=rev
Log:
2016-04-21  Eric Botcazou  <ebotcazou@adacore.com>

	* gnatlink.adb (Gnatlink): Robustify detection of Windows target.
	* alloc.ads: Minor comment fixes.
	* einfo.ads: Fix typo.

2016-04-21  Arnaud Charlet  <charlet@adacore.com>

	* exp_aggr.adb (Component_Not_OK_For_Backend): Redo previous
	changes to handle all cases of components depending on the
	discriminant, not just string literals.

2016-04-21  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch3.adb (Analyze_Subtype_Declaration): If the subtype
	declaration is the generated declaration for a generic actual,
	inherit predicates from the actual if it is a predicated subtype.

2016-04-21  Ed Schonberg  <schonberg@adacore.com>

	* exp_ch6.adb (Rewrite_Function_Call_For_C): If the function is
	inherited and its result is controlling,  introduce a conversion
	on the actual for the corresponding procedure call, to avoid
	spurious type errors.

2016-04-21  Jerome Lambourg  <lambourg@adacore.com>

	* krunch.adb (Krunch): Fix krunching of i-vxworks.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/alloc.ads
    trunk/gcc/ada/einfo.ads
    trunk/gcc/ada/exp_aggr.adb
    trunk/gcc/ada/exp_ch6.adb
    trunk/gcc/ada/gnatlink.adb
    trunk/gcc/ada/krunch.adb
    trunk/gcc/ada/sem_ch3.adb



More information about the Gcc-cvs mailing list