On 17/04, Samuel Tardieu wrote: | On 17/04, rreagan wrote: | | | A_const_array : constant My_Array_Type := ( 16#1234# ); --<<< line 407 | | Use (1 => 16#1234) instead, which is non-ambiguous. (btw, I don't want to imply that the previous construct was ambiguous, it was just forbidden, because it would denote a parenthesised expression)