From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25686 invoked by alias); 21 Mar 2002 00:15:08 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 25600 invoked from network); 21 Mar 2002 00:15:02 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 21 Mar 2002 00:15:02 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id QAA15544; Wed, 20 Mar 2002 16:14:57 -0800 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma015534; Wed, 20 Mar 02 16:14:49 -0800 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id g2L0ErN04989; Wed, 20 Mar 2002 16:14:53 -0800 (PST) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id QAA12758; Wed, 20 Mar 2002 16:14:53 -0800 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15513.9725.366196.648073@casey.transmeta.com> Date: Wed, 20 Mar 2002 16:15:00 -0000 To: Hans-Peter Nilsson Cc: cgen@sources.redhat.com Subject: play.cpu or parallel semantics broken In-Reply-To: <200203202356.AAA17759@ignucius.axis.se> References: <200203202356.AAA17759@ignucius.axis.se> X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid X-SW-Source: 2002-q1/txt/msg00087.txt.bz2 Hans-Peter Nilsson writes: > Processing semantic switch case for "add $dr,$sr" ... > [ Note that this is actually addv2; they confusingly have the > same "syntax". ] NOTE: play.cpu was only ever a sandbox for playing in. If someone wants to put in the time to clean it up, go for it. It's not/wasn't intended to be something someone would base anything off of. > It looks like a parallel does not inherit the variables of a > surrounding sequence; in this case tmp1. That's odd.