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]

r177038 - in /trunk/gcc/ada: ChangeLog i-c.ads ...


Author: charlet
Date: Mon Aug  1 14:36:39 2011
New Revision: 177038

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177038
Log:
2011-08-01  Javier Miranda  <miranda@adacore.com>

	* sem_util.adb (Abstract_Interface_List): Complete condition when
	processing private type declarations to avoid reading unavailable
	attribute.
	(Is_Synchronized_Tagged_Type): Complete condition when processing
	private extension declaration nodes to avoid reading unavailable
	attribute.

2011-08-01  Thomas Quinot  <quinot@adacore.com>

	* sem_ch3.adb: Minor reformatting.

2011-08-01  Thomas Quinot  <quinot@adacore.com>

	* s-parame-ae653.ads, s-parame-vms-alpha.ads, s-parame-hpux.ads,
	i-cpoint.adb, i-cstrin.adb, i-cpoint.ads, i-cstrin.ads,
	s-parame-vms-ia64.ads, s-parame.ads, i-c.ads, s-parame-vxworks.ads,
	s-parame-vms-restrict.ads: Remove duplicated Interfaces.C.* packages
	for VMS, instead parametrize the common implementation with
	System.Parameters declarations.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/i-c.ads
    trunk/gcc/ada/i-cpoint.adb
    trunk/gcc/ada/i-cpoint.ads
    trunk/gcc/ada/i-cstrin.adb
    trunk/gcc/ada/i-cstrin.ads
    trunk/gcc/ada/s-parame-ae653.ads
    trunk/gcc/ada/s-parame-hpux.ads
    trunk/gcc/ada/s-parame-vms-alpha.ads
    trunk/gcc/ada/s-parame-vms-ia64.ads
    trunk/gcc/ada/s-parame-vms-restrict.ads
    trunk/gcc/ada/s-parame-vxworks.ads
    trunk/gcc/ada/s-parame.ads
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sem_util.adb


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