ada: Put_Image attribute_definition_clause incorrectly ignored. If a scalar type's Put_Image aspect is specified via an attribute_definition_clause (as opposed to using aspect_specification syntax), the aspect specification was incorrectly ignored. gcc/ada/ChangeLog: * aspects.adb (Has_Aspect): In the call to Find_Aspect, pass in True for the Or_Rep_Item parameter instead of letting it default to False.