Commit 5bb88560 by Ed Schonberg Committed by Pierre-Marie de Rodat

[Ada] Enhance comment

2018-12-03  Ed Schonberg  <schonberg@adacore.com>

gcc/ada/

	* sem_ch3.adb (Complete_Private_Subtype): Enhance comment.

From-SVN: r266749
parent 7beb2b9d
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.
......
......@@ -12328,6 +12328,9 @@ package body Sem_Ch3 is
-- 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment