2018-12-03 Ed Schonberg <schonberg@adacore.com>
gcc/ada/
* sem_ch3.adb (Complete_Private_Subtype): Enhance comment.
From-SVN: r266749
+2018-12-03 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_ch3.adb (Complete_Private_Subtype): Enhance comment.
+
2018-12-03 Olivier Hainque <hainque@adacore.com>
* gcc-interface/lang.opt (fopenacc): New option for Ada.
-- Note that the type of the full view is the same entity as the type
-- of the partial view. In this fashion, the subtype has access to the
-- correct view of the parent.
+ -- The list below included access types, but this leads to several
+ -- regressions. How should the base type of the full view be
+ -- set consistently for subtypes completed by access types?
Save_Next_Entity := Next_Entity (Full);
Save_Homonym := Homonym (Priv);