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]

r146967 - in /trunk/gcc/ada: ChangeLog err_vars...


Author: charlet
Date: Wed Apr 29 13:39:13 2009
New Revision: 146967

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146967
Log:
2009-04-29  Vincent Celier  <celier@adacore.com>

	* sinput-l.adb (Load_File): When preprocessing, set temporarily the
	Source_File_Index_Table entries for the source, to avoid crash when
	reporting an error.

	* gnatcmd.adb (Test_If_Relative_Path): Use
	Makeutl.Test_If_Relative_Path.
	
	* makeutl.adb:(Test_If_Relative_Path): Process switches --RTS= only if
	Including_RTS is True.

	* makeutl.ads (Test_If_Relative_Path): New Boolean parameter
	Including_RTS defaulted to False.

	* sinput.ads, scans.ads, err_vars.ads: Initialize some variables with
	a default value.

2009-04-29  Javier Miranda  <miranda@adacore.com>

	* gnat_ugn.texi: Adding documentation for non-default C++ constructors.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/err_vars.ads
    trunk/gcc/ada/gnat_ugn.texi
    trunk/gcc/ada/gnatcmd.adb
    trunk/gcc/ada/makeutl.adb
    trunk/gcc/ada/makeutl.ads
    trunk/gcc/ada/scans.ads
    trunk/gcc/ada/sinput-l.adb
    trunk/gcc/ada/sinput.ads


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