2007-12-06 Robert Dewar <dewar@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Dec 2007 10:27:58 +0000 (10:27 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Dec 2007 10:27:58 +0000 (10:27 +0000)
commit728d00964439c94e30977e82658ac5968fe59494
tree507d79df94d7670b6e5e13cfbfac98aa4c16fd86
parentd1cd50699d5b86a1fa1a9d924a6800d2f5453796
2007-12-06  Robert Dewar  <dewar@adacore.com>

* g-spchge.ads, g-spchge.adb, g-u3spch.adb, g-u3spch.ads,
g-wispch.adb, g-wispch.ads, g-zspche.adb, g-zspche.ads,
namet-sp.adb, namet-sp.ads: New files.

* g-speche.adb: Use generic routine in g-spchge

* s-wchcnv.ads, s-wchcnv.adb:
Minor code cleanup (make formal type consistent with spec)

* namet.adb: Update comments.

* par-endh.adb (Evaluate_End_Entry): Use new
Namet.Sp.Is_Bad_Spelling_Of function

* par-load.adb (Load): Use new Namet.Sp.Is_Bad_Spelling_Of function

* sem_aggr.adb (Resolve_Record_Aggregate): If a component of an
ancestor is an access type initialized with a box, set its type
explicitly, for use in subsequent expansion.
(Check_Misspelled_Component): Use new Namet.Sp.Is_Bad_Spelling_Of
function

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130843 138bc75d-0d04-0410-961f-82ee72b054a4
17 files changed:
gcc/ada/g-spchge.adb [new file with mode: 0755]
gcc/ada/g-spchge.ads [new file with mode: 0755]
gcc/ada/g-speche.adb
gcc/ada/g-u3spch.adb [new file with mode: 0755]
gcc/ada/g-u3spch.ads [new file with mode: 0755]
gcc/ada/g-wispch.adb [new file with mode: 0755]
gcc/ada/g-wispch.ads [new file with mode: 0755]
gcc/ada/g-zspche.adb [new file with mode: 0755]
gcc/ada/g-zspche.ads [new file with mode: 0755]
gcc/ada/namet-sp.adb [new file with mode: 0755]
gcc/ada/namet-sp.ads [new file with mode: 0755]
gcc/ada/namet.adb
gcc/ada/par-endh.adb
gcc/ada/par-load.adb
gcc/ada/s-wchcnv.adb
gcc/ada/s-wchcnv.ads
gcc/ada/sem_aggr.adb