]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 17 Apr 2009 09:38:12 +0000 (11:38 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 17 Apr 2009 09:38:12 +0000 (11:38 +0200)
commitf3b01cd988069ab653fb34488c6f0ea9bfb2bae6
tree69f024da5f301a5d19395994058f7c9fff2082b9
parentcec29135594f16fbbeafdb0ce26a65613c4d0567
[multiple changes]

2009-04-17  Ed Schonberg  <schonberg@adacore.com>

* atree.ads, atree.adb: Move New_Copy_Tree.to sem_util.

* nlists.ads, nlists.adb: Move New_Copy_List to sem_util.

* lib-load.adb: Use Copy_Separate_Tree rather than New_Copy_Tree

* sem_util.ads, sem_util.adb: New_Copy_Tree and New_Copy_List belong in
semantic units, because the handling of itypes in the copied tree
requires semantic information that does not belong in atree.

2009-04-17  Robert Dewar  <dewar@adacore.com>

* par-ch6.adb: Minor reformatting

* prj.adb: Minor reformatting

From-SVN: r146230
gcc/ada/ChangeLog
gcc/ada/atree.adb
gcc/ada/atree.ads
gcc/ada/lib-load.adb
gcc/ada/nlists.adb
gcc/ada/nlists.ads
gcc/ada/par-ch6.adb
gcc/ada/prj.adb
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads