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]

r125478 - in /trunk/gcc/ada: a-reatim.adb cstan...


Author: charlet
Date: Wed Jun  6 10:52:32 2007
New Revision: 125478

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

	* a-reatim.adb: Documentation addition

	* g-cgideb.adb: Minor code reorganization

	* tree_io.adb, treepr.adb, cstand.adb, krunch.adb, par.adb,
	mdll-utl.adb, par-ch5.adb, par-tchk.adb, s-exctab.ads, s-memory.ads,
	s-osprim.ads, s-restri.ads, s-soflin.ads: Minor reformatting.

	* debug.ads, debug.adb (Get_Debug_Flag_K): Remove unused obsolete
	function.  Change name New_Scope to Push_Scope
	(Get_Debug_Flag_K): Remove unused obsolete function.

	* exp_ch8.adb, inline.adb, sem_ch8.ads: Change name New_Scope to
	Push_Scope.

	* makeusg.adb: Update Copyright notice
	Add line for switch -aP

	* makeusg.adb: Fix wording of some usage messages

	* s-assert.adb (Raise_Assert_Failure): Add call to
	Debug_Raise_Assert_Failure.

	* s-unstyp.ads (type Packed_Bytes2): Change alignment to use 'Min
	(2, Standard'Alignment) for compatibility with AAMP (where alignment
	is restricted to 1).

	* s-wchjis.adb: Remove use of System.Pure_Exceptions

	* tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): Set the
	node location to No_Location when we're not debugging the expanded
	code.


Modified:
    trunk/gcc/ada/a-reatim.adb
    trunk/gcc/ada/cstand.adb
    trunk/gcc/ada/debug.adb
    trunk/gcc/ada/debug.ads
    trunk/gcc/ada/exp_ch8.adb
    trunk/gcc/ada/g-cgideb.adb
    trunk/gcc/ada/inline.adb
    trunk/gcc/ada/krunch.adb
    trunk/gcc/ada/makeusg.adb
    trunk/gcc/ada/mdll-utl.adb
    trunk/gcc/ada/par-ch5.adb
    trunk/gcc/ada/par-tchk.adb
    trunk/gcc/ada/par.adb
    trunk/gcc/ada/s-assert.adb
    trunk/gcc/ada/s-exctab.ads
    trunk/gcc/ada/s-memory.ads
    trunk/gcc/ada/s-osprim.ads
    trunk/gcc/ada/s-restri.ads
    trunk/gcc/ada/s-soflin.ads
    trunk/gcc/ada/s-unstyp.ads
    trunk/gcc/ada/s-wchjis.adb
    trunk/gcc/ada/sem_ch8.ads
    trunk/gcc/ada/tbuild.adb
    trunk/gcc/ada/tbuild.ads
    trunk/gcc/ada/tree_io.adb
    trunk/gcc/ada/treepr.adb


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