From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 892813858011; Fri, 19 Jan 2024 11:34:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 892813858011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705664048; bh=JHzqf9PhcH660gxT5mAy7YcdzppmiN8TJrQ5fkRDQEY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UTXX1myXArv7unT24m4UeSdkvN1BkhAZ0TDpidtKhtL26E006HM00QhKJ/Q+iIzzh EjSr5UsixLh7ZqRzfMA3Dox3rmisVCU6fmcz5vDFweJkOLzXEl0wVoMrVjVFHygH9y 9E3gjWPDH3TNnzRaATQtO2HCLsRQFrq+ZA5Y8cWY= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/113351] error on primitive renaming: too many arguments in call Date: Fri, 19 Jan 2024 11:34:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc short_desc bug_status cf_reconfirmed_on everconfirmed Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113351 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu.o= rg Summary|Primitive renaming, error: |error on primitive |too many arguments in call. |renaming: too many | |arguments in call Status|UNCONFIRMED |WAITING Last reconfirmed| |2024-01-19 Ever confirmed|0 |1 --- Comment #1 from Eric Botcazou --- Same errors as the other: test_20240110_renproc.adb:31:24: error: no selector "Put_Line" for private = type "Ada.Text_Io.File_Type" test_20240110_renproc.adb:35:24: error: no selector "Put_Line" for private = type "Ada.Text_Io.File_Type" test_20240110_renproc.adb:40:24: error: no selector "Put_Line" for private = type "Ada.Text_Io.File_Type"=