From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B26A3858401; Fri, 12 May 2023 19:27:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B26A3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683919667; bh=92/qDrhDLVtm2IlzyT2q73aiyw09PdniAa1pQu9JS3k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=A+2nCDeTQua9oZd2WXaUcqth79KX1wvDKyvH5DG9J7fPPfx4U1RTPC0knnKofZJkE bVrQAOmgf4Kr/8LiUVhuVNtSAr+q9lufoF4xoy0YeIdd3yoZ0i0Gh5HpK9ealBFjnf WNW1Ym3zzp378SpyYuLY7RRmfiX/7lPYAvG1Da5o= From: "p.p11 at orange dot fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/106168] Errors with empty array aggregate. Date: Fri, 12 May 2023 19:27:47 +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: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: p.p11 at orange dot fr X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D106168 Pascal Pignard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #4 from Pascal Pignard --- That's suppress the warnings. But it remains strange as the example came from the Ada 2022 standard, see = 3.6 Array Types, Examples at =C2=A726 and 4.3.3 Array Aggregates, Examples at = =C2=A7 47/5. Is it correct?=