g-spchge.ads, [...]: New files.
authorRobert Dewar <dewar@adacore.com>
Thu, 13 Dec 2007 10:27:58 +0000 (11:27 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 13 Dec 2007 10:27:58 +0000 (11:27 +0100)
commitc80d48556afdb3226ee55ef42b8b3327b71c631f
tree507d79df94d7670b6e5e13cfbfac98aa4c16fd86
parent1fdc61b5655590ecc6352866204174c093589df3
g-spchge.ads, [...]: New files.

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

From-SVN: r130843
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