From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Blady Newsgroups: comp.lang.ada Subject: Re: Renaming primitives. Date: Fri, 12 Jan 2024 11:42:19 +0100 Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Fri, 12 Jan 2024 10:42:19 -0000 (UTC) Injection-Info: dont-email.me; posting-host="dc21db9e1065c4542d0bf5ec17bc6141"; logging-data="3607643"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/TG4xlg4agAEuJUK22Hax1" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:y9xIvEkNnnaZvdG0Q4VpH2j9qjI= In-Reply-To: Content-Language: fr, en-US Xref: news.eternal-september.org comp.lang.ada:65990 List-Id: Le 11/01/2024 à 11:09, Blady a écrit : > Le 11/01/2024 à 03:18, Randy Brukardt a écrit : >> "Blady" wrote in message >> news:unls1j$2f0up$3@dont-email.me... >>> I got: >>> test_20240110_renproc.adb:47:14: error: too many arguments in call to >>> "log" >>> >>> Is it a correct or a GNAT issue? >> >> Looks like a bug to me. Not too surprising, though, this sort of thing >> is a >> special case in a compiler and often added to pass an ACATS test or >> user bug >> report. Such fixes can often not be fully general. > > Thanks, I'll report it. Submitted issue with attached source code: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113351