sem_ch9.adb (Check_Interfaces): New subprogram that factorizes code that is common...
authorJavier Miranda <miranda@adacore.com>
Tue, 14 Aug 2007 08:49:06 +0000 (10:49 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 14 Aug 2007 08:49:06 +0000 (10:49 +0200)
commitd118a43e887ec35891f3a040818afd40456ada5c
treec1ebce14d7d3d2b0fec89be3218576fd4833400c
parent4210c97522243841b6537f1e65dbcea5a726ef46
sem_ch9.adb (Check_Interfaces): New subprogram that factorizes code that is common to Analyze_Protected_Type...

2007-08-14  Javier Miranda  <miranda@adacore.com>

* sem_ch9.adb (Check_Interfaces): New subprogram that factorizes code
that is common to Analyze_Protected_Type and Analyze_Task_Type. In case
of private types add missing check on matching interfaces in the
partial and full declarations.
(Analyze_Protected_Type): Code cleanup.
(Analyze_Task_Type): Code cleanup.

From-SVN: r127458
gcc/ada/sem_ch9.adb