This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r145679 - in /trunk/gcc/ada: ChangeLog exp_ch4....


Author: charlet
Date: Tue Apr  7 15:10:30 2009
New Revision: 145679

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145679
Log:
2009-04-07  Robert Dewar  <dewar@adacore.com>

	* g-socket.adb: Minor reformatting.

	* g-socthi-mingw.adb: Minor reformatting

	* g-sothco.ads: Minor reformatting

	* exp_ch4.adb:
	(Expand_Concatenate_String): Complete rewrite to generate efficient code
	inline instead of relying on external library routines.

	* s-strops.ads, s-sopco5.ads, s-sopco5.adb, s-sopco4.ads, s-sopco4.adb,
	s-sopco3.ads, s-sopco3.adb, s-strops.adb: Note that this unit is now
	obsolescent

2009-04-07  Ed Schonberg  <schonberg@adacore.com>

	* sem_attr.adb:
	(Eval_Attribute): for attributes of array objects that are not strings,
	attributes are not static if nominal subtype of object is unconstrained.

2009-04-07  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch6.adb (New_Overloaded_Entity): If two implicit homonym
	operations for a type T in an instance do not override each other,
	when T is derived from a formal private type, the corresponding
	operations inherited by a type derived from T outside
	of the instance do not override each other either.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/exp_ch4.adb
    trunk/gcc/ada/g-socket.adb
    trunk/gcc/ada/g-socthi-mingw.adb
    trunk/gcc/ada/g-sothco.ads
    trunk/gcc/ada/s-sopco3.adb
    trunk/gcc/ada/s-sopco3.ads
    trunk/gcc/ada/s-sopco4.adb
    trunk/gcc/ada/s-sopco4.ads
    trunk/gcc/ada/s-sopco5.adb
    trunk/gcc/ada/s-sopco5.ads
    trunk/gcc/ada/s-strops.adb
    trunk/gcc/ada/s-strops.ads
    trunk/gcc/ada/sem_attr.adb
    trunk/gcc/ada/sem_ch6.adb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]