Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham
	autolearn_force=no version=3.4.1
Date: Sat, 04 Jun 2016 16:57:23 +0000
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: zsh-workers@zsh.org
Subject: params.c:2985: BUG: assigning to undeclared associative array
Message-ID: <20160604165723.GA30917@tarsus.local2>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Seq: zsh-workers 38607

I managed to provoke a "BUG" diagnostic:

    $ zsh -f
    % : ${(AA)foo::=bar}
     params.c:2985: BUG: assigning to undeclared associative array
    zsh: bad set of key/value pairs for associative array

That diagnostic was added in 37208, and in 37802 it was triggered but
that instance was deemed a false positive.  Is this instance a genuine
bug or a false positive?

