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]

r161181 - in /trunk/gcc/ada: ChangeLog einfo.ad...


Author: charlet
Date: Tue Jun 22 13:20:17 2010
New Revision: 161181

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161181
Log:
2010-06-22  Emmanuel Briot  <briot@adacore.com>

	* fmap.adb, scng.adb, switch-m.ads, sinput-c.adb, opt.ads, output.ads,
	tree_io.ads, osint.adb, osint.ads: Use configuration pragmas to prevent
	warnings on use of internal GNAT units.

2010-06-22  Jose Ruiz  <ruiz@adacore.com>

	* s-taprop-vxworks.adb (Set_Priority): Update comments.

2010-06-22  Paul Hilfinger  <hilfinger@adacore.com>

	* s-rannum.adb: Make stylistic change to remove mystery constant in
	Extract_Value.  Image_Numeral_Length: new symbolic constant.

2010-06-22  Ed Schonberg  <schonberg@adacore.com>

	* einfo.ads, einfo.adb: Make Is_Protected_Interface,
	Is_Synchronized_Interface, Is_Task_Interface into computable
	predicates, to free three flags in entity nodes.
	* sem_ch3.adb: Remove setting of these flags.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/einfo.adb
    trunk/gcc/ada/einfo.ads
    trunk/gcc/ada/fmap.adb
    trunk/gcc/ada/opt.ads
    trunk/gcc/ada/osint.adb
    trunk/gcc/ada/osint.ads
    trunk/gcc/ada/output.ads
    trunk/gcc/ada/s-rannum.adb
    trunk/gcc/ada/s-taprop-vxworks.adb
    trunk/gcc/ada/scng.adb
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sinput-c.adb
    trunk/gcc/ada/switch-m.ads
    trunk/gcc/ada/tree_io.ads


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