diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-16 17:47:23 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-16 17:47:23 +0200 |
commit | 0fb31b5f7b3abdc1643fafa77601a0e425a29db2 (patch) | |
tree | a0d97dbe81d505415bc7b31d7bb5192dbc0245e2 /gcc/ada/tbuild.ads | |
parent | 59f9c2ed530507a5dcaaf4c6d3789b908dc3dfa6 (diff) | |
download | gcc-0fb31b5f7b3abdc1643fafa77601a0e425a29db2.zip gcc-0fb31b5f7b3abdc1643fafa77601a0e425a29db2.tar.gz gcc-0fb31b5f7b3abdc1643fafa77601a0e425a29db2.tar.bz2 |
[multiple changes]
2010-06-16 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Complete_Private_Subtype): Inherit class_wide type from
base type only if it was not previously created for the partial view.
2010-06-16 Thomas Quinot <quinot@adacore.com>
* tbuild.ads: Minor comment fix
From-SVN: r160843
Diffstat (limited to 'gcc/ada/tbuild.ads')
-rw-r--r-- | gcc/ada/tbuild.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads index 0b73a53..f6b02cc 100644 --- a/gcc/ada/tbuild.ads +++ b/gcc/ada/tbuild.ads @@ -183,7 +183,7 @@ package Tbuild is -- Create a defining identifier to capture the value of an expression -- or aggregate, and link it to the expression that it replaces, in -- order to provide better CodePeer reports. The defining identifier - -- name is obtained by Make_Internal_Name (Id). + -- name is obtained by New_Internal_Name (Id). function Make_Unsuppress_Block (Loc : Source_Ptr; |