ada: Fix assertion failure for improper aggregate operation The compiler takes the Entity of a node without checking that it may. gcc/ada/ChangeLog: * sem_ch13.adb (Resolve_Aspect_Aggregate.Resolve_Operation): Add missing guard for the presence of Entity on the node.