r235488 - in /trunk/gcc/ada: ChangeLog a-strunb...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Wed Apr 27 12:20:00 GMT 2016


Author: charlet
Date: Wed Apr 27 12:20:54 2016
New Revision: 235488

URL: https://gcc.gnu.org/viewcvs?rev=235488&root=gcc&view=rev
Log:
2016-04-27  Bob Duff  <duff@adacore.com>

	* exp_ch3.adb (Expand_N_Object_Declaration): Rewrite an object
	declaration of the form "X : T := Func (...);", where T is
	controlled, as a renaming.
	* a-strunb-shared.adb (Finalize): Set the Unbounded_String Object
	to be an empty string, instead of null-ing out the Reference.
	* exp_util.adb (Needs_Finalization): Remove redundant code.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-strunb-shared.adb
    trunk/gcc/ada/exp_ch3.adb
    trunk/gcc/ada/exp_util.adb



More information about the Gcc-cvs mailing list