From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6F2243858C62; Fri, 4 Aug 2023 17:02:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F2243858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691168540; bh=xd4Lau/zBrapnErT53P76vtEkCungLthtM+8FJ7bLkc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yNFBvwWDg8EXfzJjmc/hhWB/m/LZKovy36yvPbH4f+nEeWTqXwTR0RY5GkyuBDZqM 8p/hC41c0Lgb9j1LC/DvRWzp4rOXmJASQwW2aVfc/VgZX0hQNd8YfuPpS200dWUcHg 0uGAOuyvN8bw25eAz8exhZm1XIfNtJoBt92wH/qY= From: "krischik at users dot sourceforge.net" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/110898] compilation of adacl-assert-integer.ads failed Date: Fri, 04 Aug 2023 17:02:16 +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: 12.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: krischik at users dot sourceforge.net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: bug_status resolution 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=3D110898 Martin Krischik changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Martin Krischik = --- @(In reply to Marc Poulhi=C3=A8s from comment #1) > I've checked and I also get the same errors with gcc 11.x, so that's not > something new. I think your code should be fixed here. Yes, those error messages make sense. Especially the =E2=80=9Eerror: child = of a generic package must be a generic unit=E2=80=9C. That is indeed a problem on my sid= e. Thanks for checking. What confuse me was the not at all helpful =E2=80=9Cco= mpilation of adacl-assert-integer.ads failed=E2=80=9D and the proper error message is no= where to be seen. But is probably an Alire problem. I'll close the bug.=