checks.adb (Determine_Range): Increase cache size for checks.
authorRobert Dewar <dewar@gnat.com>
Wed, 5 Dec 2001 19:54:31 +0000 (19:54 +0000)
committerGeert Bosch <bosch@gcc.gnu.org>
Wed, 5 Dec 2001 19:54:31 +0000 (20:54 +0100)
commitc9a4817dcf17a0832b381379932d11ff05364da0
tree778c6e490bb446bbf9f01f0b4c60a5e158d7885b
parent2514b8392d938188b558ec4f4716e9b1e210dcf6
checks.adb (Determine_Range): Increase cache size for checks.

* 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.

From-SVN: r47686
gcc/ada/ChangeLog
gcc/ada/checks.adb
gcc/ada/exp_ch6.adb
gcc/ada/exp_util.adb
gcc/ada/g-regexp.adb