[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 09:41:50 +0000 (11:41 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 09:41:50 +0000 (11:41 +0200)
commit19fb051ccb54f06f292307830cb5bce6bf6268bd
tree583d07f48683ebbc4092aa606fc00a067241259c
parente443b7f97eab2f7c8e2640ee840801ce2eb2c008
[multiple changes]

2011-08-02  Robert Dewar  <dewar@adacore.com>

* mlib-prj.adb, restrict.ads, sem_aggr.adb, sem_ch12.adb: Minor
reformatting.

2011-08-02  Robert Dewar  <dewar@adacore.com>

* aspects.adb: New aspects Default_Value and Default_Component_Value
New format of Aspect_Names table checks for omitted entries
* aspects.ads: Remove mention of Aspect_Cancel and add documentation on
handling of boolean aspects for derived types.
New aspects Default_Value and Default_Component_Value
New format of Aspect_Names table checks for omitted entries
* einfo.ads, einfo.adb (Has_Default_Component_Value): New flag
(Has_Default_Value): New flag
(Has_Default_Component_Value): New flag
(Has_Default_Value): New flag
* par-ch13.adb (P_Aspect_Specifications): New format of Aspect_Names
table.
* par-prag.adb: New pragmas Default_Value and Default_Component_Value
* sem_ch13.adb (Analyze_Aspect_Specifications): New aspects
Default_Value and Default_Component_Value
* sem_prag.adb: New pragmas Default_Value and Default_Component_Value
New aspects Default_Value and Default_Component_Value
* snames.ads-tmpl: New pragmas Default_Value and Default_Component_Value
* sprint.adb: Print N_Aspect_Specification node when called from gdb

2011-08-02  Ed Schonberg  <schonberg@adacore.com>

* sem_res.adb: Add guards in calls to Matching_Static_Array_Bounds.
Minor reformatting.

2011-08-02  Robert Dewar  <dewar@adacore.com>

* i-cstrin.ads: Updates to make Interfaces.C.Strings match RM

From-SVN: r177110
17 files changed:
gcc/ada/ChangeLog
gcc/ada/aspects.adb
gcc/ada/aspects.ads
gcc/ada/einfo.adb
gcc/ada/einfo.ads
gcc/ada/i-cstrin.ads
gcc/ada/mlib-prj.adb
gcc/ada/par-ch13.adb
gcc/ada/par-prag.adb
gcc/ada/restrict.ads
gcc/ada/sem_aggr.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_prag.adb
gcc/ada/sem_res.adb
gcc/ada/snames.ads-tmpl
gcc/ada/sprint.adb