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]

r178579 - in /trunk/gcc/ada: ChangeLog a-cbprqu...


Author: charlet
Date: Tue Sep  6 09:46:21 2011
New Revision: 178579

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178579
Log:
2011-09-06  Robert Dewar  <dewar@adacore.com>

	* a-cbprqu.ads, a-cbsyqu.ads, a-cuprqu.ads, a-cusyqu.ads,
	a-intnam-aix.ads, a-intnam-darwin.ads, a-intnam-dummy.ads,
	a-intnam-freebsd.ads, a-intnam-hpux.ads, a-intnam-irix.ads,
	a-intnam-linux.ads, a-intnam-lynxos.ads, a-intnam-mingw.ads,
	a-intnam-solaris.ads, a-intnam-tru64.ads,
	a-intnam-vms.ads, a-intnam-vxworks.ads, a-intnam.ads, interfac.ads,
	cstand.adb, s-maccod.ads: Mark all entities as Implementation_Defined
	* einfo.ads, einfo.adb (Is_Implementation_Defined): New flag
	* par-prag.adb: Add dummy entry for pragma Implementation_Defined
	* s-rident.ads: Add new restriction No_Implementation_Identifiers
	Add new profile No_Implementation_Extensions
	* sem_prag.adb: Implement pragma Implementation_Defined Implement
	profile No_Implementation_Extensions
	* sem_util.adb: Minor reformatting (Set_Entity_With_Style_Check):
	Check violation of restriction No_Implementation_Identifiers
	* snames.ads-tmpl: Add entries for pragma Implementation_Defined
	Add entry for Name_No_Implementation_Extensions

2011-09-06  Robert Dewar  <dewar@adacore.com>

	* impunit.ads: Minor reformatting.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-cbprqu.ads
    trunk/gcc/ada/a-cbsyqu.ads
    trunk/gcc/ada/a-cuprqu.ads
    trunk/gcc/ada/a-cusyqu.ads
    trunk/gcc/ada/a-intnam-aix.ads
    trunk/gcc/ada/a-intnam-darwin.ads
    trunk/gcc/ada/a-intnam-dummy.ads
    trunk/gcc/ada/a-intnam-freebsd.ads
    trunk/gcc/ada/a-intnam-hpux.ads
    trunk/gcc/ada/a-intnam-irix.ads
    trunk/gcc/ada/a-intnam-linux.ads
    trunk/gcc/ada/a-intnam-lynxos.ads
    trunk/gcc/ada/a-intnam-mingw.ads
    trunk/gcc/ada/a-intnam-solaris.ads
    trunk/gcc/ada/a-intnam-tru64.ads
    trunk/gcc/ada/a-intnam-vms.ads
    trunk/gcc/ada/a-intnam-vxworks.ads
    trunk/gcc/ada/a-intnam.ads
    trunk/gcc/ada/cstand.adb
    trunk/gcc/ada/einfo.adb
    trunk/gcc/ada/einfo.ads
    trunk/gcc/ada/impunit.ads
    trunk/gcc/ada/interfac.ads
    trunk/gcc/ada/par-prag.adb
    trunk/gcc/ada/s-maccod.ads
    trunk/gcc/ada/s-rident.ads
    trunk/gcc/ada/sem_prag.adb
    trunk/gcc/ada/sem_util.adb
    trunk/gcc/ada/snames.ads-tmpl


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