From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2610 invoked by alias); 25 Mar 2007 04:14:26 -0000 Received: (qmail 2602 invoked by uid 22791); 25 Mar 2007 04:14:25 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 25 Mar 2007 05:14:23 +0100 Received: from HOME-C4E4A596F7 (IGLD-84-229-244-144.inter.net.il [84.229.244.144]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CES61411 (AUTH halo1); Sun, 25 Mar 2007 06:14:12 +0200 (IST) Date: Sun, 25 Mar 2007 04:14:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: jagorak@wp.pl, gdb@sourceware.org, hilfinger@adacore.com In-reply-to: <20070325020544.GS6663@adacore.com> (message from Joel Brobecker on Sat, 24 Mar 2007 22:05:44 -0400) Subject: Re: Ada arrays - a problem with aggregate notation. Reply-to: Eli Zaretskii References: <19311509093.20070325002416@wp.pl> <20070325020544.GS6663@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00302.txt.bz2 > Date: Sat, 24 Mar 2007 22:05:44 -0400 > From: Joel Brobecker > Cc: gdb@sourceware.org, Paul Hilfinger > > > == quote == > > There is limited support for [Ada] array and record aggregates. They are > > permitted only on the right sides of assignments, as in these examples: > > set An_Array := (1, 2, 3, 4, 5, 6) > > (...) > > == end quote == > > Hmmm, I think the documentation might be inaccurate. What would be the accurate way of describing the current support?