From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCC8D3858D28; Tue, 5 Dec 2023 11:39:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCC8D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701776350; bh=mEU1xBpuR9wOOx1k0xuQb9uqOdd9CSteR5JTDlQMggc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=A8Zg0FBuzZ1Qq6BHZJok30htymHhhyURQixQuZbwAcEyXmmOom7nKcjREBi/9WwKh ZTQYvmaBa2+5981mR9i3pFbg/g0EotJIje4iV+KVRGAOAHNpeuQUXy92OilK4YiWDA Kx7/fWXAb83KbCSi8s5otQGognVpY9EXZ4f8wB+8= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/112781] [13/14 regression] internal error on function call returning extension of limited interface Date: Tue, 05 Dec 2023 11:39:10 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D112781 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13/14 regression] ICE in |[13/14 regression] internal |generic instantiation |error on function call | |returning extension of | |limited interface --- Comment #3 from Eric Botcazou --- The testcase triggers 3 different assertion failures, the first 2 are benign but not the third, which leads to the wrong code with GCC 13.x (the workaro= und for the latter is to remove the "limited" keyword everywhere).=