aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch3.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-12-22 09:49:14 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2011-12-22 09:49:14 +0100
commit9a7e930fb278bb55e5387b9342d5566afb1f2c3b (patch)
treec5e4c37ce3de7ff65afc6f01b922a4a62e4bee02 /gcc/ada/sem_ch3.ads
parent868df137e65ba607dd4bdc627ed2a72b35663024 (diff)
downloadgcc-9a7e930fb278bb55e5387b9342d5566afb1f2c3b.zip
gcc-9a7e930fb278bb55e5387b9342d5566afb1f2c3b.tar.gz
gcc-9a7e930fb278bb55e5387b9342d5566afb1f2c3b.tar.bz2
[multiple changes]
2011-12-22 Vincent Pucci <pucci@adacore.com> * sem_dim.adb: Addressed all ??? comments. Replacement of warnings by errors using continuation marks. (Error_Dim_Msg_For_?): Renaming of Error_Dim_For_?. 2011-12-22 Robert Dewar <dewar@adacore.com> * sem_ch3.adb, sem_ch3.ads, sem_prag.adb: Minor code clean up. From-SVN: r182616
Diffstat (limited to 'gcc/ada/sem_ch3.ads')
-rw-r--r--gcc/ada/sem_ch3.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch3.ads b/gcc/ada/sem_ch3.ads
index 7b4d2a9..a57b65d 100644
--- a/gcc/ada/sem_ch3.ads
+++ b/gcc/ada/sem_ch3.ads
@@ -115,7 +115,7 @@ package Sem_Ch3 is
-- and errors are posted on that node, rather than on the declarations that
-- require completion in the package declaration.
- procedure Check_CPP_Type (T : Entity_Id);
+ procedure Check_CPP_Type_Has_No_Defaults (T : Entity_Id);
-- Check that components of imported CPP type T do not have default
-- expressions because the constructor (if any) is on the C++ side.