comp.lang.ada
 help / color / mirror / Atom feed
From: Per Sandberg <per.s.sandberg@bahnhof.se>
Subject: Re: Compiler stuck on Big_Integer array initialisation
Date: Sun, 14 Mar 2021 06:56:51 +0100	[thread overview]
Message-ID: <DAh3I.13153$sfm7.2696@fx09.ams1> (raw)
In-Reply-To: <12e10ca5-d23c-40b3-80ea-37367072310cn@googlegroups.com>

procedure Not_Stuck is
    A : array (0 .. 9) of Big_Integer := (others => To_Big_Integer(0)); 
   begin
    null;
end Not_Stuck;

On 14/03/2021 02:32, Jesper Quorning wrote:
> procedure Stuck is
>     A : array (0 .. 9) of Big_Integer := (others => 0);   -- Stuck
> begin
>     null;
> end Stuck;

  reply	other threads:[~2021-03-14  5:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-14  1:32 Compiler stuck on Big_Integer array initialisation Jesper Quorning
2021-03-14  5:56 ` Per Sandberg [this message]
2021-03-14  7:59   ` Emmanuel Briot
2021-04-23  6:37 ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox