The comment this patch removes was about representation aspects but it
was placed above Operational_Aspect. The comment in itself was not very
helpful either since operational aspects, for example, are also needed
during expansion and code generation.
gcc/ada/ChangeLog:
* aspects.ads: Remove comment.
others => False);
-- The following array indicates aspects that specify operational
- -- characteristics, and thus are view-specific. Representation
- -- aspects break privacy, as they are needed during expansion and
- -- code generation.
+ -- characteristics, and thus are view-specific.
-- List is currently incomplete ???
Operational_Aspect : constant array (Aspect_Id) of Boolean :=