gcc/gcc/ada ChangeLog checks.adb exp_ch6.adb e ...

bosch@gcc.gnu.org bosch@gcc.gnu.org
Wed Dec 5 11:54:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bosch@gcc.gnu.org	2001-12-05 11:54:31

Modified files:
	gcc/ada        : ChangeLog checks.adb exp_ch6.adb exp_util.adb 
	                 g-regexp.adb 

Log message:
	* checks.adb (Determine_Range): Increase cache size for checks.
	Minor reformatting
	
	* exp_ch6.adb: Minor reformatting
	(Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
	a parameter whose root type is System.Address, since treating such
	subprograms as pure in the code generator is almost surely a mistake
	that will lead to unexpected results.
	
	* exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
	change handling of conversions.
	
	* g-regexp.adb: Use System.IO instead of Ada.Text_IO.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.158&r2=1.159
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/checks.adb.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/exp_ch6.adb.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/exp_util.adb.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/g-regexp.adb.diff?cvsroot=gcc&r1=1.1&r2=1.2



More information about the Gcc-cvs mailing list