From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "G.B." Newsgroups: comp.lang.ada Subject: Re: Ichbiah 2022 compiler mode Date: Sun, 22 Dec 2024 16:52:18 +0100 Organization: A noiseless patient Spider Message-ID: References: Reply-To: nonlegitur@notmyhomepage.de MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 22 Dec 2024 16:52:19 +0100 (CET) Injection-Info: dont-email.me; posting-host="5d07422b02a13d2206fa0ee4ed793f0e"; logging-data="733102"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19i3VoMGJ/7fATUI8PF/P+wpOS4sly08Tg=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:AndGc6k74e9Vpu0zY28f8WCpXh8= In-Reply-To: Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:66504 List-Id: On 22.12.24 13:15, Simon Wright wrote: > "G.B." writes: > >> I am seeing some warnings about non-initialized variables for a meaningless >> mock-up, but not much else. > > See -gnatwk, which is included in -gnatwa. Been around for a long time now. No effect of either here (gcc-14.1.0). I see a CONSTRAINT_ERROR at run time when using the uninitialized return value, for indexing an array.