From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E0BC3858C54; Thu, 11 May 2023 17:47:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E0BC3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683827238; bh=2QV5bUzvOF2tPSwZm4ycd820MBlIu9GiAesQN20W/eM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GQpAdEsAC68ggIwPpEIBFd7pLOGRJ+h2iyt7lSwbxGIWb/KQB1a6mLObkdr9qvYib iZfULmvHlIrtRbvX00robmWWH1MUEt5i4Fh/neZOAbSVdd5s5chSCKJtYWLN6t5gVp eBuw6B+NGldDl44JyAdJmNQTOhKmgjXezMSzGygw= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/106168] Errors with empty array aggregate. Date: Thu, 11 May 2023 17:47:18 +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: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution target_milestone bug_status 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 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |13.0 Status|NEW |RESOLVED --- Comment #3 from Eric Botcazou --- That's expected, you need to replace Integer with Positive for example.=