From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DBB703858C2D; Fri, 4 Aug 2023 09:59:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DBB703858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691143147; bh=jUDnNlAt0n1SQdrlRmzrKjHMuieJKW+4RpDxhZ/ddA8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NKXnpT5aammUn8amI4d5984odXpg5GOH71a56SiskdCOn+32EonmeRVZHHxCeG3tt NgMJPpIIvt61D8ESKh9v5TwtVTXWrjeSCrmUsQEviCQbqtEuhPySc82wpyOpx+qWt3 nh+Zf3c7ICKt7wka7I3lGv9XI8T1wwq3nprOw1aM= From: "dkm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/110898] compilation of adacl-assert-integer.ads failed Date: Fri, 04 Aug 2023 09:59:06 +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: dkm at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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 --- Comment #1 from Marc Poulhi=C3=A8s --- I get the following error when compiling the adacl-assert-integer.ads file: ``` src/adacl-assert-integer.ads:21:10: warning: unit "GNAT.Source_Info" is not referenced [-gnatwu] src/adacl-assert-integer.ads:25:34: (style) trailing spaces not permitted [-gnatyb] src/adacl-assert-integer.ads:31:01: error: child of a generic package must = be a generic unit ``` 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.=