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]

r127440 - in /trunk/gcc/ada: a-chtgke.adb a-cih...


Author: charlet
Date: Tue Aug 14 08:45:25 2007
New Revision: 127440

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

	* s-intman-irix.adb, s-osinte-irix.adb, s-osinte-irix.ads,
	s-proinf-irix-athread.ads, s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads,
	s-parame-hpux.ads, s-intman-dummy.adb, s-tasinf-solaris.adb,
	s-tasinf-solaris.ads, s-asthan-vms-alpha.adb, s-inmaop-vms.adb,
	s-intman-vms.adb, s-intman-vms.ads, s-osprim-mingw.adb,
	s-parame-vms-restrict.ads, s-parame-ae653.ads, s-intman-vxworks.ads,
	s-intman-vxworks.ads, s-intman-vxworks.adb, s-parame-vxworks.ads,
	s-tfsetr-vxworks.adb, s-interr.adb, s-interr.ads, a-tasatt.adb,
	exp_ch13.adb, s-htable.ads, s-imgboo.ads, s-imglli.ads, s-imgllu.ads,
	s-imguns.ads, g-eacodu.adb, par-ch12.adb, s-stache.ads, s-stausa.adb,
	s-poosiz.adb, s-parame.ads, s-mastop.ads, s-osinte-darwin.ads,
	a-chtgke.adb, s-asthan-vms-alpha.adb, s-parame-vms-alpha.ads,
	s-parame-vms-ia64.ads, s-parame-vxworks.adb, s-except.ads,
	g-altcon.adb: Minor reformatting

	ada-tree.h: Delete empty line.

	ali.ads: Minor reformatting
	Clarification of comments.
	Minor spelling correction

	* exp_dbug.adb: Add Warnings Off to suppress new warning

	* a-witeio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
	formal

	* a-strunb.adb (Set_Unbounded_String): Avoid memory leak by freeing old
	value

	* a-textio.adb (Write): Remove an unnecessary IN OUT mode from

	* a-textio.ads: Reorder the standard input/output/error declarations
	for consistency.

	* g-dirope.adb, g-dirope.ads: Change Dir to mode IN for Open call

	* par-ch2.adb: Recognize RM specially in errout
	Change 'R'M to RM in all error messages

	* scng.adb: Recognize RM specially in errout

	* sem.ads, sem.adb, exp_strm.adb, exp_ch5.ads, expander.adb: Rename
	N_Return node to be N_Simple_Return, to reflect Ada 2005 terminology.

	* s-direio.adb: Add missing routine header box.

	* sem_attr.ads: Add ??? comments

	* sem_eval.adb: Recognize RM specially in errout
	Change 'R'M to RM in all error messages

	* sem_maps.adb, sem_maps.ads: Remove some unnecessary IN OUT modes

	* s-tasinf.ads: Fix minor comment typo.

	* a-cihama.adb: Minor comment addition

	* a-ztexio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
	formal

	* s-tasinf-tru64.ads: Fix minor comment typo.

	* itypes.ads: Comment update.

	* ali-util.adb: Remove Generic_Separately_Compiled guard, not needed
	anymore.

	* argv.c: Added protection against null gnat_argv and gnat_envp.

	* bcheck.adb (Check_Consistency): Use correct markup character ({) in
	warning message when Tolerate_Consistency_Errors is True.

	* cstand.adb (Create_Standard): Do not call Init_Size_Alignment for
	Any_Id, as this subprogram is only applicable to *type* entities (it
	sets RM_Size). Instead initialize just Esize and Alignment.


Modified:
    trunk/gcc/ada/a-chtgke.adb
    trunk/gcc/ada/a-cihama.adb
    trunk/gcc/ada/a-strunb.adb
    trunk/gcc/ada/a-tasatt.adb
    trunk/gcc/ada/a-textio.adb
    trunk/gcc/ada/a-textio.ads
    trunk/gcc/ada/a-witeio.adb
    trunk/gcc/ada/a-ztexio.adb
    trunk/gcc/ada/ada-tree.h
    trunk/gcc/ada/ali-util.adb
    trunk/gcc/ada/ali.ads
    trunk/gcc/ada/argv.c
    trunk/gcc/ada/bcheck.adb
    trunk/gcc/ada/cstand.adb
    trunk/gcc/ada/exp_ch13.adb
    trunk/gcc/ada/exp_ch5.ads
    trunk/gcc/ada/exp_dbug.adb
    trunk/gcc/ada/exp_strm.adb
    trunk/gcc/ada/expander.adb
    trunk/gcc/ada/g-altcon.adb
    trunk/gcc/ada/g-dirope.adb
    trunk/gcc/ada/g-dirope.ads
    trunk/gcc/ada/g-eacodu.adb
    trunk/gcc/ada/itypes.ads
    trunk/gcc/ada/par-ch12.adb
    trunk/gcc/ada/par-ch2.adb
    trunk/gcc/ada/s-asthan-vms-alpha.adb
    trunk/gcc/ada/s-direio.adb
    trunk/gcc/ada/s-except.ads
    trunk/gcc/ada/s-htable.ads
    trunk/gcc/ada/s-imgboo.ads
    trunk/gcc/ada/s-imglli.ads
    trunk/gcc/ada/s-imgllu.ads
    trunk/gcc/ada/s-imguns.ads
    trunk/gcc/ada/s-inmaop-vms.adb
    trunk/gcc/ada/s-interr.adb
    trunk/gcc/ada/s-interr.ads
    trunk/gcc/ada/s-intman-dummy.adb
    trunk/gcc/ada/s-intman-irix.adb
    trunk/gcc/ada/s-intman-vms.adb
    trunk/gcc/ada/s-intman-vms.ads
    trunk/gcc/ada/s-intman-vxworks.adb
    trunk/gcc/ada/s-intman-vxworks.ads
    trunk/gcc/ada/s-mastop.ads
    trunk/gcc/ada/s-osinte-darwin.ads
    trunk/gcc/ada/s-osinte-hpux-dce.adb
    trunk/gcc/ada/s-osinte-hpux-dce.ads
    trunk/gcc/ada/s-osinte-irix.adb
    trunk/gcc/ada/s-osinte-irix.ads
    trunk/gcc/ada/s-osprim-mingw.adb
    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.adb
    trunk/gcc/ada/s-parame-vxworks.ads
    trunk/gcc/ada/s-parame.ads
    trunk/gcc/ada/s-poosiz.adb
    trunk/gcc/ada/s-proinf-irix-athread.ads
    trunk/gcc/ada/s-stache.ads
    trunk/gcc/ada/s-stausa.adb
    trunk/gcc/ada/s-tasinf-solaris.adb
    trunk/gcc/ada/s-tasinf-solaris.ads
    trunk/gcc/ada/s-tasinf-tru64.ads
    trunk/gcc/ada/s-tasinf.ads
    trunk/gcc/ada/s-tfsetr-vxworks.adb
    trunk/gcc/ada/scng.adb
    trunk/gcc/ada/sem.adb
    trunk/gcc/ada/sem.ads
    trunk/gcc/ada/sem_eval.adb
    trunk/gcc/ada/sem_maps.adb
    trunk/gcc/ada/sem_maps.ads


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