einfo.ads, einfo.adb: Add handling of predicates.
authorRobert Dewar <dewar@adacore.com>
Thu, 21 Oct 2010 10:33:36 +0000 (10:33 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 21 Oct 2010 10:33:36 +0000 (12:33 +0200)
commit4818e7b9f8e9f5218d50f63c2dd7ae7f835aef0a
tree863959b3591a8287474cac0afa935f60a6b29c92
parentfd0ff1cf7e35b91797be21997ab3d75f3b980873
einfo.ads, einfo.adb: Add handling of predicates.

2010-10-21  Robert Dewar  <dewar@adacore.com>

* einfo.ads, einfo.adb: Add handling of predicates.
Rework handling of invariants.
* exp_ch3.adb, exp_ch4.adb, exp_util.adb, sem_ch6.adb: Minor changes to
handing of invariants.
* par-prag.adb: Add dummy entry for pragma Predicate
* sem_ch13.adb (Analyze_Aspect_Specifications): Add processing for
Predicate aspects.
* sem_prag.adb: Add implementation of pragma Predicate.
* snames.ads-tmpl: Add entries for pragma Predicate.

2010-10-21  Robert Dewar  <dewar@adacore.com>

* elists.adb: Minor reformatting.

From-SVN: r165764
12 files changed:
gcc/ada/ChangeLog
gcc/ada/einfo.adb
gcc/ada/einfo.ads
gcc/ada/exp_ch4.adb
gcc/ada/exp_util.adb
gcc/ada/exp_util.ads
gcc/ada/freeze.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch13.ads
gcc/ada/sem_ch3.adb
gcc/ada/sem_eval.adb
gcc/ada/sem_prag.adb